aboutsummaryrefslogtreecommitdiff
path: root/backupninja
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-03-14 21:49:29 +0000
committerElijah Saxon <elijah@riseup.net>2005-03-14 21:49:29 +0000
commit907f7d4455c722670e2f787b6f3f77877891862b (patch)
tree60ade293e6981ff380618a0a3cd5b6203fe14db9 /backupninja
parent2064c73896beccbf156112a2ace84b2d9cafcd82 (diff)
downloadbackupninja-907f7d4455c722670e2f787b6f3f77877891862b.tar.gz
backupninja-907f7d4455c722670e2f787b6f3f77877891862b.tar.bz2
fixed bug with __star__ and sys handler.
well, not really, but i worked around a bug that i don't understand.
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