diff options
-rwxr-xr-x | godot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ pushd $HOME >/dev/null # create new symlinks as specified in dotfiles mapping file: grep -v "^#\|^$" "${TARGET}/symlink-mapping" | \ - grep "[^ \t]\+ -> [^ \t]\+" | \ + grep "[^ ]\+ -> [^ ]\+" | \ awk -F " -> " '{ print $1 ; print "'$TARGET'/"$2; }' | \ while read target ; read source ; do if [[ -e "${target}" && ! -f "${target}" && ! -L "${target}" ]]; then |