summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/firmware.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index 0cf9c1d..9326842 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -52,7 +52,8 @@ EOF
{
# Delete Old Packages {{{
- firmware=
+ unset firmware
+ unset blank
while IFS= read -r line; do
#echo "#${firmware+@}/${blank+@} ${line}" 1>&2