From 602241295d8c9845a6cf5098ca53bc4e0afd5839 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 Jan 2012 08:49:48 -0800 Subject: autoupdate --- build-aux/mkinstalldirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/mkinstalldirs') diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs index 4191a45dbd..55d537f872 100755 --- a/build-aux/mkinstalldirs +++ b/build-aux/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.1