Update to latest version
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 Sep 2012 14:44:57 +0000 (10:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 Sep 2012 14:47:22 +0000 (10:47 -0400)
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

index 4191a45dbd72ecd24c25b45a53e94ea0a4b5baf7..55d537f872ccde377e96a1f34e37624a06834b26 100755 (executable)
@@ -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