summaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-07-10 23:11:24 -0600
committerEduardo Chappa <chappa@washington.edu>2013-07-10 23:11:24 -0600
commitb0f119565dcf76eb0ef8926e84736ea532aefdb1 (patch)
tree427137d81303896a5679db9f664a802c4c0f40a8 /mkinstalldirs
parentcd0c8df49a052009fd0e0a5141632333ede80dd3 (diff)
downloadalpine-b0f119565dcf76eb0ef8926e84736ea532aefdb1.tar.xz
* Change to configure to not to build Web Alpine if tcl.h is not found by the
configure script.
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