aboutsummaryrefslogtreecommitdiff
path: root/backupninja
diff options
context:
space:
mode:
Diffstat (limited to 'backupninja')
-rwxr-xr-xbackupninja1
1 files changed, 0 insertions, 1 deletions
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