aboutsummaryrefslogtreecommitdiffstats
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 21:06:26 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 21:06:44 +0100
commitee450ae6bbbf38180368b46486293593efc6588f (patch)
treef23fd06e1f911ee0d3df753378f8f3474f76b3af /mkinstalldirs
parenta8682e0b7552b5e208bb4e747057a2826d059c1b (diff)
downloadqpdf-ee450ae6bbbf38180368b46486293593efc6588f.tar.zst
Update utility scripts from automake
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index 4191a45d..55d537f8 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