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
-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>
then
force=yes
arcmd="$ARCHIVE"
- rmcmd="rm -f $2"
+ rmcmd="rm -f $library"
shift
fi