diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-05-18 06:07:05 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-05-18 06:07:05 +0000 |
| commit | 4a43e7cec80eb540ff54b797384d9891c1ee224f (patch) | |
| tree | 3e5afa858c60841a88e5b37884c2f75b768091ea /src/util/libupdate.sh | |
| parent | b0d9729a07f4e277f11e8dd0457672f45b846541 (diff) | |
| download | krb5-4a43e7cec80eb540ff54b797384d9891c1ee224f.tar.gz krb5-4a43e7cec80eb540ff54b797384d9891c1ee224f.tar.xz krb5-4a43e7cec80eb540ff54b797384d9891c1ee224f.zip | |
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
Diffstat (limited to 'src/util/libupdate.sh')
| -rw-r--r-- | src/util/libupdate.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 && \ |
