diff mkinstalldirs @ 16:ddb983d8574b

* Improved directory sorting algorithm * More large file support * Included config.sub, install-sh, missing, mkinstalldirs from automake 1.4
author masneyb
date Mon, 09 Sep 2002 13:29:19 +0000
parents 8b1883341c6f
children
line wrap: on
line diff
--- a/mkinstalldirs	Wed Sep 04 13:02:15 2002 +0000
+++ b/mkinstalldirs	Mon Sep 09 13:29:19 2002 +0000
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.1 2002/08/05 19:46:46 masneyb Exp $
+# $Id: mkinstalldirs,v 1.2 2002/09/09 13:29:15 masneyb Exp $
 
 errstatus=0
 
@@ -22,7 +22,7 @@
      esac
 
      if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
+        echo "mkdir $pathcomp"
 
         mkdir "$pathcomp" || lasterr=$?