X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=mkinstalldirs;h=55d537f872ccde377e96a1f34e37624a06834b26;hb=126dbdaf881905b0406be15a27fa842fd91d11e1;hp=4191a45dbd72ecd24c25b45a53e94ea0a4b5baf7;hpb=ea5caf0b6ea903f82d448f90cf5005f2a68cfaab;p=pkg%2Fabook.git diff --git a/mkinstalldirs b/mkinstalldirs index 4191a45..55d537f 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