From 1ea6c0d6d44b7ad8eacbc43d16da2e0f32c5aa61 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 23 Sep 2012 10:44:57 -0400 Subject: [PATCH] Update to latest version We should really stop shipping this, but I don't want to make such a change on the day before a stable release, so I'll just update it to avoid noise in diffs. --- mkinstalldirs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4