From 9019894c1db1a36941c66cfd1a3a557103b7495e Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 28 Sep 2022 12:48:11 +0100 Subject: removed a few external command calls --- src/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/get.sh') diff --git a/src/get.sh b/src/get.sh index 08e5ee5..bbfc2c6 100755 --- a/src/get.sh +++ b/src/get.sh @@ -80,7 +80,7 @@ download_package () { return 0 fi ${VERBOSE} && printf "${LIGHT_BLACK}downloading $package from $url\n" $package $checksum - touch $output + echo > $output (curl ${CURL_OPTS} -o "$output_info" "$url.info" 2>> ${LOG_FILE} || printf "${RED}Failed to download info for %s\n" $package) (curl ${CURL_OPTS} -o "$output" "$url" 2>> ${LOG_FILE} || printf "${RED}Failed to download %s\n" $package) -- cgit v1.2.1