From d7134c0eb570daf54d4e985dc28c83ca95209373 Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Sun, 16 Nov 2014 14:07:13 +0000 Subject: Update from upstream Automake files. 2014-11-16 Jan-Benedict Glaw * compile: Sync with upstream Automake. * depcomp: Ditto. * install-sh: Ditto. * missing: Ditto. * mkinstalldirs: Ditto. * ylwrap: Ditto. From-SVN: r217627 --- mkinstalldirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkinstalldirs') diff --git a/mkinstalldirs b/mkinstalldirs index 4191a45..55d537f 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.1