Fix wrong deletion of mapping separator.

This commit is contained in:
2016-03-07 16:05:36 +01:00
parent 81fb275474
commit a123c40a27

View File

@@ -15,6 +15,8 @@ backup_dir="$HOME/.dotfiles.bak/"
# these folders inside $config_dir will be ignored # these folders inside $config_dir will be ignored
ignore_folders=('scripts' 'skel') ignore_folders=('scripts' 'skel')
MAPPING_SEPARATOR='::'
dryrun=0 dryrun=0
while [[ $# -gt 0 ]] ; do while [[ $# -gt 0 ]] ; do