*** empty log message ***
[bpt/guile.git] / mkinstalldirs
index 3132725..3e0a355 100755 (executable)
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.2 1998-04-11 09:50:27 mdj Exp $
+# $Id: mkinstalldirs,v 1.3 1999-03-04 02:33:59 mdj Exp $
 
 errstatus=0
 
@@ -22,7 +22,7 @@ do
      esac
 
      if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
+        echo "mkdir $pathcomp"
 
         mkdir "$pathcomp" || lasterr=$?