X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=3cd3cae1a1e487d6de202ebd08bc15088c0cb05c;hb=c313e23935425146ed4373809b1338e5d3faf4f4;hp=ce85ba46d10ca25d3a95e2aca50ab467f8512d95;hpb=c8ad6fc41533def8ecca1fcf5c9a6bff3e382fa0;p=matthijs%2Fupstream%2Fbackupninja.git 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