* bootstrap: Fix typos on redirections.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 25 Nov 2007 09:47:00 +0000 (10:47 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 25 Nov 2007 09:47:00 +0000 (10:47 +0100)
Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
ChangeLog
bootstrap

index 12fc568..2070bbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-25  Akim Demaille  <akim@lrde.epita.fr>
+
+       * bootstrap: Fix typos on redirections.
+
 2007-11-24  Akim Demaille  <akim@lrde.epita.fr>
 
        Skip comments and empty lines in dirlist in the tests.
index 607d8f8..54f6740 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -48,7 +48,7 @@ if test -z "$PERL"; then
 fi
 
 if test -z "$PERL"; then
-       echo "Cannot find perl" 2>&1
+       echo "Cannot find perl" >&2
        exit 1
 fi
 
@@ -72,12 +72,12 @@ eval $apiver_cmd
 
 # Sanity checks
 if test -z "$VERSION"; then
-       echo "Cannot find VERSION" 2>&1
+       echo "Cannot find VERSION" >&2
        exit 1
 fi
 
 if test -z "$APIVERSION"; then
-       echo "Cannot find VERSION" 2>&1
+       echo "Cannot find VERSION" >&2
        exit 1
 fi
 
@@ -108,7 +108,7 @@ dosubst ()
 
 # Create temporary replacement for lib/Automake/Config.pm
 dosubst automake-$APIVERSION/Automake/Config.in \
-        automake-$APIVERSION/Automake/Config.pm
+       automake-$APIVERSION/Automake/Config.pm
 
 # Create temporary replacement for aclocal
 dosubst aclocal.in aclocal.tmp