From 70c16596606802967205d58030828274fe5d1ecc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 28 Aug 2005 22:11:46 +0000 Subject: [PATCH] - unneeded BACKUP=1 removed Changed files: license-installer.sh -> 1.7 --- license-installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/license-installer.sh b/license-installer.sh index 4a0378b..317960d 100644 --- a/license-installer.sh +++ b/license-installer.sh @@ -65,7 +65,6 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then for i in @COPYSOURCES@; do if [ -f $SOURCEDIR/$i ]; then mv -f $SOURCEDIR/$i.prev $SOURCEDIR/$i - BACKUP=1 fi done fi -- 2.43.0