Remove redundant variable

This commit is contained in:
Liam McLoughlin
2012-04-21 17:08:12 +00:00
parent ac4f9d1aec
commit 3a84b9422b

View File

@@ -3,7 +3,6 @@
set -o nounset set -o nounset
set -o errexit set -o errexit
SELF=$(basename $0)
UPDATE=${2:-1} UPDATE=${2:-1}
UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update" UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update"
FW_REPO="git://github.com/Hexxeh/rpi-firmware.git" FW_REPO="git://github.com/Hexxeh/rpi-firmware.git"