summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-29 18:37:01 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-29 18:37:01 (EDT)
commitcfe7f633cfb610d8a1105f377434e448b433dcd0 (patch)
tree62338063c7ed8f181484650e537205cbbe74734e
parentb4d69f3f0b6612b5402186b877083e986e82515d (diff)
downloadlibreboot-cfe7f633cfb610d8a1105f377434e448b433dcd0.zip
libreboot-cfe7f633cfb610d8a1105f377434e448b433dcd0.tar.gz
libreboot-cfe7f633cfb610d8a1105f377434e448b433dcd0.tar.bz2
download script: (emergency fix) use ls for now
it's wrong. Will be fixed.
-rwxr-xr-xdownload4
1 files changed, 2 insertions, 2 deletions
diff --git a/download b/download
index 366bded..8eb7d53 100755
--- a/download
+++ b/download
@@ -23,8 +23,8 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-download=./resources/scripts/helpers/download
-programmes=( "${download}"/* )
+download="resources/scripts/helpers/download"
+programmes="$(ls ${download}/)"
noconfirm="0"
help () {