summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/ChangeLog5
-rw-r--r--src/util/libupdate.sh8
2 files changed, 9 insertions, 4 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index d96f078f0..511155aa4 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 18 02:05:39 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * libupdate.sh: Define $library from the positional arguments
+ before --force uses $library.
+
Tue Apr 16 22:26:36 1996 Ken Raeburn <raeburn@cygnus.com>
Wed Mar 6 05:02:36 1996 Mark Eichin <eichin@cygnus.com>
diff --git a/src/util/libupdate.sh b/src/util/libupdate.sh
index 09e296d50..8ef868331 100644
--- a/src/util/libupdate.sh
+++ b/src/util/libupdate.sh
@@ -8,6 +8,10 @@
ARADD="@ARADD@"
ARCHIVE="@ARCHIVE@"
+library=$1
+oblist=$2
+dir=$3
+
force=
rmcmd=
arcmd="$ARADD"
@@ -19,10 +23,6 @@ then
shift
fi
-library=$1
-oblist=$2
-dir=$3
-
stamp=`echo $library | sed -e 's/.a$/.stamp/'`
if test "$force" != yes -a -f $stamp && \