From b2f07b0e44e889d843b6aa68ecca2ad0b1d65101 Mon Sep 17 00:00:00 2001 From: Matt Darfeuille Date: Mon, 19 Dec 2016 08:38:05 +0100 Subject: [PATCH] lite: Don't set the 'file' var needlessly Signed-off-by: Matt Darfeuille Signed-off-by: Tom Eastep --- Shorewall-lite/uninstall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 536a5fcc5..8a5cf4e6a 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/uninstall.sh @@ -125,7 +125,6 @@ if [ $# -eq 0 ]; then . ./shorewallrc elif [ -f ~/.shorewallrc ]; then . ~/.shorewallrc || exit 1 - file=~/.shorewallrc elif [ -f /usr/share/shorewall/shorewallrc ]; then . /usr/share/shorewall/shorewallrc else