summaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-04-09 22:44:26 -0600
committerEduardo Chappa <chappa@washington.edu>2014-04-09 22:44:26 -0600
commitcaa4e3ccd7c9bf9352434b0f78c7b650338cd4d0 (patch)
tree8bee8edf3dc4f9aaf89921f213623b9883b323bd /mkinstalldirs
parenta2a86cd7f6d9cf3d6a88f3c6a005ff73f0b2341a (diff)
downloadalpine-caa4e3ccd7c9bf9352434b0f78c7b650338cd4d0.tar.xz
* Update to version 2.19.11
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index 55d537f..4191a45 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