Remove quotes around git clone target so u-boot installs
Signed-off-by: Henry Speiser <henry@speiser.net>
Change-Id: Ibc0115801a7d8a8fa3ccb423a133fa030859247b
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh
index b6c8338..a9ee64c 100755
--- a/frc971/rockpi/build_rootfs.sh
+++ b/frc971/rockpi/build_rootfs.sh
@@ -46,7 +46,7 @@
# Now, build uboot.
if [[ ! -e u-boot ]]; then
- git clone -b "${UBOOT_VERSION} https://github.com/u-boot/u-boot" --depth=1
+ git clone -b "${UBOOT_VERSION}" https://github.com/u-boot/u-boot --depth=1
fi
pushd u-boot/