aboutsummaryrefslogtreecommitdiffstats
path: root/download.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 11:33:59 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 11:33:59 -0500
commit09a71c051060d3b934a19ae4d9c962f7ceb44c69 (patch)
tree12b46d0b4caf7a21d9a37dc8d0de6442c929fe33 /download.sh
parentf063af2cf37ddb9e542e8b085f350f79802e87e8 (diff)
parente2547734fd91c35bf3eaac1d9486b0f3c2877192 (diff)
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'download.sh')
-rw-r--r--download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download.sh b/download.sh
index d210b1e..af1dd08 100644
--- a/download.sh
+++ b/download.sh
@@ -9,7 +9,7 @@ cat packages.csv patches.csv | while read -r line; do
MD5SUM="$(echo "$line" | cut -d\, -f4)"
CACHEFILE="$(basename "${URL}")"
- if [ ! -f "${CACHEFILE}" ]; then
+ if [[ ! -f "${CACHEFILE}" ]]; then
printf "%b" "${PRP}Downloading ${YLW}${CACHEFILE}${RST}... "