From 02caabca511dcc6b9b680930eca5dd9e0502d69e Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sat, 11 May 1996 21:41:12 +0000 Subject: When invoked with --force, do not use variable before being set NetBSD complained about trying to use the command "rm -f" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7980 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/libupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/libupdate.sh') diff --git a/src/util/libupdate.sh b/src/util/libupdate.sh index 09e296d50..05f20317c 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 $library" + rmcmd="rm -f $2" shift fi -- cgit