cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/maint-aux/gnulib-update


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/maint-aux/gnulib-update
Date: Mon, 19 Sep 2005 12:30:22 -0400

Index: ccvs/maint-aux/gnulib-update
diff -u ccvs/maint-aux/gnulib-update:1.3 ccvs/maint-aux/gnulib-update:1.4
--- ccvs/maint-aux/gnulib-update:1.3    Wed May  4 21:10:24 2005
+++ ccvs/maint-aux/gnulib-update        Mon Sep 19 16:30:18 2005
@@ -29,7 +29,7 @@
 fi
 
 # Where to find the GNULIB sources.
-GNULIB=../gnulib
+: ${GNULIB="../gnulib"}
 GNULIB_TOOL=$GNULIB/gnulib-tool
 
 # Which modules to update.
@@ -60,7 +60,9 @@
 mv m4/error.m4 m4/error.m4.save
 
 # Run the update.
-$GNULIB_TOOL --import $MODULES >/dev/null
+if $GNULIB_TOOL --import $MODULES >/dev/null; then :; else
+  exit $?
+fi
 
 # Correct this file for our purposes, but try to avoid munging timestamps
 # unless necessary.




reply via email to

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