fixed bug with __star__ and sys handler.
[matthijs/upstream/backupninja.git] / backupninja
index ce85ba46d10ca25d3a95e2aca50ab467f8512d95..3cd3cae1a1e487d6de202ebd08bc15088c0cb05c 100755 (executable)
@@ -143,7 +143,6 @@ function getconf() {
 
        # replace * with %, so that it is not globbed.
        ret="${ret//\\*/__star__}"
-       ret="${ret//\*/__star__}"
 
        # this is weird, but single quotes are needed to 
        # allow for returned values with spaces. $ret is still expanded