diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 23:37:01 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 23:37:01 +0100 |
commit | cfe7f633cfb610d8a1105f377434e448b433dcd0 (patch) | |
tree | 62338063c7ed8f181484650e537205cbbe74734e /download | |
parent | b4d69f3f0b6612b5402186b877083e986e82515d (diff) | |
download | librebootfr-cfe7f633cfb610d8a1105f377434e448b433dcd0.tar.gz librebootfr-cfe7f633cfb610d8a1105f377434e448b433dcd0.zip |
download script: (emergency fix) use ls for now
it's wrong. Will be fixed.
Diffstat (limited to 'download')
-rwxr-xr-x | download | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () { |