[glib] Update to latest version



commit 1ea6c0d6d44b7ad8eacbc43d16da2e0f32c5aa61
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 23 10:44:57 2012 -0400

    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 files 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]