S Mathias a écrit :
>
> if ! [ "${PWD##*/}" == "asdf" ]; then echo "error: not the asdf dir"; exit 1;
> fiNote that "==" is a bashism. "=" is more portable across other shells such as dash. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

