From 4a43e7cec80eb540ff54b797384d9891c1ee224f Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 18 May 1996 06:07:05 +0000 Subject: Define $library from the positional arguments before --force uses $library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8046 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 5 +++++ src/util/libupdate.sh | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'src') 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 + + * libupdate.sh: Define $library from the positional arguments + before --force uses $library. + Tue Apr 16 22:26:36 1996 Ken Raeburn Wed Mar 6 05:02:36 1996 Mark Eichin 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 && \ -- cgit