summaryrefslogtreecommitdiffstats
path: root/build-aux/mkinstalldirs
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-21 15:13:02 +0200
committerAllan McRae <allan@archlinux.org>2013-06-26 07:32:16 +0200
commitdcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73 (patch)
treecceb634d6681beb38f8a7648860c08fe4b3c1b0f /build-aux/mkinstalldirs
parent96ac9c52995ff5be8c4ed9f71f1bf08d0d0f0872 (diff)
downloadpacman-dcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73.tar.gz
pacman-dcb3b9f85ff8761fa1fe7ef01df2d6b011b9cb73.tar.xz
update to automake 1.14
Signed-off-by: Allan McRae <allan@archlinux.org>
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 4191a45d..55d537f8 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