X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=mkinstalldirs;h=55d537f872ccde377e96a1f34e37624a06834b26;hb=b50ef514ff0c8d5506227c412c508f9f538bcf5a;hp=4191a45dbd72ecd24c25b45a53e94ea0a4b5baf7;hpb=13b7343aa261369b007bcf15980d2b308c25d59f;p=deliverable%2Fbinutils-gdb.git diff --git a/mkinstalldirs b/mkinstalldirs index 4191a45dbd..55d537f872 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -81,9 +81,9 @@ case $dirmode in echo "mkdir -p -- $*" exec mkdir -p -- "$@" else - # On NextStep and OpenStep, the `mkdir' command does not + # On NextStep and OpenStep, the 'mkdir' command does not # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already + # directories to create, and then abort because '.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version