automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, master, updated. Release-1-10-77-g0db12da


From: Akim Demaille
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-77-g0db12da
Date: Sun, 25 Nov 2007 10:10:24 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=0db12da3f3ad987547f5156ba7355b593233cb39

The branch, master has been updated
       via  0db12da3f3ad987547f5156ba7355b593233cb39 (commit)
      from  9c7aee991634ac47e207fe54730afaa1b67dd2dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0db12da3f3ad987547f5156ba7355b593233cb39
Author: Akim Demaille <address@hidden>
Date:   Sun Nov 25 10:47:00 2007 +0100

        * bootstrap: Fix typos on redirections.
    
    Signed-off-by: Akim Demaille <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 bootstrap |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 12fc568..2070bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-25  Akim Demaille  <address@hidden>
+
+       * bootstrap: Fix typos on redirections.
+
 2007-11-24  Akim Demaille  <address@hidden>
 
        Skip comments and empty lines in dirlist in the tests.
diff --git a/bootstrap b/bootstrap
index 607d8f8..54f6740 100755
--- 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


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]