aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-05-12 11:47:13 +0000
committerEzra Peisach <epeisach@mit.edu>1996-05-12 11:47:13 +0000
commita289c75bed54de526c176d3dad6a6356aa11ba07 (patch)
tree1df7830938ed44d3097244e04117bcb41e7b86ec /src
parent02caabca511dcc6b9b680930eca5dd9e0502d69e (diff)
downloadkrb5-a289c75bed54de526c176d3dad6a6356aa11ba07.zip
krb5-a289c75bed54de526c176d3dad6a6356aa11ba07.tar.gz
krb5-a289c75bed54de526c176d3dad6a6356aa11ba07.tar.bz2
Back out change to libupdate.sh.
The problem is that for directories containing multiple subdirs, the current procedure is to do a foreach and invoke libupdate --force for each one. This is broken as it caused the library to be removed each time. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8012 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/ChangeLog5
-rw-r--r--src/util/libupdate.sh2
2 files changed, 1 insertions, 6 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 6a90495..d96f078 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,8 +1,3 @@
-Sat May 11 17:38:41 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * libupdate.sh: When using --force, do not use variable before
- being set.
-
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 05f2031..09e296d 100644
--- a/src/util/libupdate.sh
+++ b/src/util/libupdate.sh
@@ -15,7 +15,7 @@ if test "$1" = "--force"
then
force=yes
arcmd="$ARCHIVE"
- rmcmd="rm -f $2"
+ rmcmd="rm -f $library"
shift
fi