Commit 38ae6a0d authored by Seblu's avatar Seblu
Browse files

system-upgrade: declare global vars

parent f14b4918
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@

# Smart way to update your archlinux system

SCREEN=screen
WAIT=0
PACMAN_OPTS=()
declare SCREEN=screen
declare -i WAIT=0
declare -a PACMAN_OPTS=()

# run system upgrade and checkservices
upgrade() {