comparison download.sh @ 907:890aa372ee30

Remove old USE_COLOR code, superceded by set_titlebar.
author Rob Landley <rob@landley.net>
date Sat, 28 Nov 2009 23:39:36 -0600
parents edc150001472
children f1671488c740
comparison
equal deleted inserted replaced
906:5e0cbc73da55 907:890aa372ee30
12 12
13 source sources/include.sh || exit 1 13 source sources/include.sh || exit 1
14 14
15 mkdir -p "$SRCDIR" || dienow 15 mkdir -p "$SRCDIR" || dienow
16 16
17 echo -e "$DOWNLOAD_COLOR"
18 echo "=== Download source code." 17 echo "=== Download source code."
19 18
20 # List of fallback mirrors for these files 19 # List of fallback mirrors for these files
21 20
22 MIRROR_LIST="http://impactlinux.com/firmware/mirror http://landley.net/code/firmware/mirror http://127.0.0.1/code/firmware/mirror" 21 MIRROR_LIST="http://impactlinux.com/firmware/mirror http://landley.net/code/firmware/mirror http://127.0.0.1/code/firmware/mirror"