From b0f119565dcf76eb0ef8926e84736ea532aefdb1 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 10 Jul 2013 23:11:24 -0600 Subject: * Change to configure to not to build Web Alpine if tcl.h is not found by the configure script. --- mkinstalldirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkinstalldirs') 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 -- cgit v1.2.3-54-g00ecf