X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=c9e4ff54bff7b685391e88ed1468141258ffc76f;hp=621ef1fa2800361f7c5ce969e8317e143dfb9a08;hb=f9f92864d1e46ceeb77297fe8f13405c1a6c8d2f;hpb=96017c7cae64d25550202416ca14783942c0d7b1 diff --git a/autoconfig.functions b/autoconfig.functions index 621ef1f..c9e4ff5 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1796,7 +1796,7 @@ config_services(){ # {{{ remote files get_remote_file() { [ "$#" -eq 2 ] || ( echo "Error: wrong parameter for get_remote_file()" ; return 1 ) - SOURCE="$1" + SOURCE=$(eval echo "$1") TARGET="$2" getconfig() { wget --timeout=10 --dns-timeout=10 --connect-timeout=10 --tries=1 \