From 6c8b60ece2e9ee87dea5e093a51485e80137acf0 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Sat, 22 Jun 2013 14:20:02 +0200 Subject: [PATCH] Typo fix - rpi-userland-head was actually storing rpi-firmware's git hash --- BUILDME.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDME.sh b/BUILDME.sh index 1e89f9c9..284c9816 100755 --- a/BUILDME.sh +++ b/BUILDME.sh @@ -23,7 +23,7 @@ for i in $*; do if [ $i = "update-userland" ]; then rm -rf output/build/rpi-userland-master rm -rf dl/rpi-userland-master.tar.gz - echo "rpi-userland Git HEAD @ "`git ls-remote --heads https://github.com/raspberrypi/firmware | sed -n 2p` > rpi-userland-head & + echo "rpi-userland Git HEAD @ "`git ls-remote --heads https://github.com/raspberrypi/userland | sed -n 2p` > rpi-userland-head & fi done