From: Christian Heller Date: Wed, 14 Nov 2018 17:54:08 +0000 (+0100) Subject: Fix broken symlink script. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=12aea3ecd6036c77cbc9ea360d8cad116b61573f Fix broken symlink script. --- diff --git a/all_new_2018/symlink_etc.sh b/all_new_2018/symlink_etc.sh index dd78fdf..90cb20a 100755 --- a/all_new_2018/symlink_etc.sh +++ b/all_new_2018/symlink_etc.sh @@ -6,6 +6,8 @@ # CAUTION: This removes original files at the affected paths. set -e +config_tree_prefix="${HOME}/config/all_new_2018/linkable_etc_files/" + for target in "$@"; do cd "${config_tree_prefix}${target}" for path in $(find . -type f); do