summaryrefslogtreecommitdiffstats
path: root/godot.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgodot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/godot.sh b/godot.sh
index 39b8eb4..c935442 100755
--- a/godot.sh
+++ b/godot.sh
@@ -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