mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
Trying additional quoting on excludes (upstream #3882)
This commit is contained in:
parent
5ea13f4c24
commit
39bb9e605f
@ -277,7 +277,7 @@ function eval_config {
|
||||
mv=move_files
|
||||
fi
|
||||
|
||||
excludes=`echo "$exclude" | @SED@ 's/^/--exclude=/g' -e 's/ / --exclude=/g'`
|
||||
excludes=`echo "$exclude" | @SED@ "s/^/--exclude='/g" -e "s/ /' --exclude='/g" -e "s/$/'/"`
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user