summaryrefslogtreecommitdiff
path: root/build-aux/mkinstalldirs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-07 08:49:48 -0800
committerKarl Berry <karl@freefriends.org>2012-01-07 08:49:48 -0800
commit602241295d8c9845a6cf5098ca53bc4e0afd5839 (patch)
tree29daa188d4a47763f27a729e34fe15b686935da4 /build-aux/mkinstalldirs
parent2cefd738d1d50d61b5a14d145143697f8e6ef394 (diff)
downloadgnulib-602241295d8c9845a6cf5098ca53bc4e0afd5839.tar.gz
autoupdate
Diffstat (limited to 'build-aux/mkinstalldirs')
-rwxr-xr-xbuild-aux/mkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs
index 4191a45dbd..55d537f872 100755
--- a/build-aux/mkinstalldirs
+++ b/build-aux/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