From 3a84b9422bf6d751834d0718e39c9e2c7fbc15ba Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Sat, 21 Apr 2012 17:08:12 +0000 Subject: [PATCH] Remove redundant variable --- rpi-update | 1 - 1 file changed, 1 deletion(-) diff --git a/rpi-update b/rpi-update index 479963d..766b9eb 100755 --- a/rpi-update +++ b/rpi-update @@ -3,7 +3,6 @@ set -o nounset set -o errexit -SELF=$(basename $0) UPDATE=${2:-1} UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update" FW_REPO="git://github.com/Hexxeh/rpi-firmware.git"