]> git.deb.at Git - pkg/abook.git/blobdiff - mkinstalldirs
Import upstream git
[pkg/abook.git] / mkinstalldirs
index 4191a45dbd72ecd24c25b45a53e94ea0a4b5baf7..55d537f872ccde377e96a1f34e37624a06834b26 100755 (executable)
@@ -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