diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-07-10 23:11:24 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-07-10 23:11:24 -0600 |
commit | b0f119565dcf76eb0ef8926e84736ea532aefdb1 (patch) | |
tree | 427137d81303896a5679db9f664a802c4c0f40a8 /mkinstalldirs | |
parent | cd0c8df49a052009fd0e0a5141632333ede80dd3 (diff) | |
download | alpine-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-x | mkinstalldirs | 4 |
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 |