bugfix: GIT_DIR was never defined

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 0668457254
commit f785b9bc4c

@ -276,7 +276,7 @@ function dl_firmware {
echo "-----------------------------"
#TODO: We should just use the git tree blobs over distro versions
if ! ls ${GIT_DIR}/dl/linux-firmware/.git/ >/dev/null 2>&1;then
if [ ! -f ${DIR}/dl/linux-firmware/.git/config ]; then
cd ${DIR}/dl/
git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
cd ${DIR}/

Loading…
Cancel
Save