X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=backupninja;h=3cd3cae1a1e487d6de202ebd08bc15088c0cb05c;hp=ce85ba46d10ca25d3a95e2aca50ab467f8512d95;hb=907f7d4455c722670e2f787b6f3f77877891862b;hpb=2064c73896beccbf156112a2ace84b2d9cafcd82 diff --git a/backupninja b/backupninja index ce85ba4..3cd3cae 100755 --- a/backupninja +++ b/backupninja @@ -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