X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=c9e4ff54bff7b685391e88ed1468141258ffc76f;hp=621ef1fa2800361f7c5ce969e8317e143dfb9a08;hb=1e3aa3c8b960b89100a913e11e23f46df4ec1516;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 \