From 0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 8 Jul 2015 23:43:03 +0100 Subject: Imported Upstream version 1.5 --- aux-build/mkinstalldirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux-build/mkinstalldirs') diff --git a/aux-build/mkinstalldirs b/aux-build/mkinstalldirs index 4191a45..55d537f 100755 --- a/aux-build/mkinstalldirs +++ b/aux-build/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