From: Harald Hoyer Date: Mon, 11 Feb 2013 12:55:44 +0000 (+0100) Subject: url-lib/url-lib.sh: remove bashisms X-Git-Tag: 026~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918a6874df070f538b126ec639b877d5206a52fa;p=thirdparty%2Fdracut.git url-lib/url-lib.sh: remove bashisms --- diff --git a/modules.d/45url-lib/url-lib.sh b/modules.d/45url-lib/url-lib.sh index 403b75471..72c865fba 100755 --- a/modules.d/45url-lib/url-lib.sh +++ b/modules.d/45url-lib/url-lib.sh @@ -55,7 +55,7 @@ add_url_handler() { export CURL_HOME="/run/initramfs/url-lib" mkdir -p $CURL_HOME curl_args="--location --retry 3 --fail --show-error" -getargbool 0 rd.noverifyssl && curl_args+=" --insecure" +getargbool 0 rd.noverifyssl && curl_args="$curl_args --insecure" curl_fetch_url() { local url="$1" outloc="$2"