summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-10-02 22:07:45 -0300
committerDavid P <megver83@parabola.nu>2018-10-02 22:07:45 -0300
commit554d8481b3438d6ac65aa493ed8ffe18402b391f (patch)
tree11a452260168efe63ce7b9614de22dea25807871
parentd940d92114847e58ece219032d12a13998a090be (diff)
find-deprecated-pkgs: save some lines of code
Signed-off-by: David P <megver83@parabola.nu>
-rwxr-xr-xfind-deprecated-pkgs8
1 files changed, 1 insertions, 7 deletions
diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs
index 24345a9..24c63b3 100755
--- a/find-deprecated-pkgs
+++ b/find-deprecated-pkgs
@@ -241,13 +241,7 @@ compare_pkgs(){
fi
# Unset the variables so they can be re-used
- unset to_be_deleted
- unset to_be_removed
- unset is_not_for
- unset isnt_for
- unset arch
- unset package
- unset replacement
+ unset to_be_deleted to_be_removed is_not_for isnt_for arch package replacement
}
check(){