From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 14 Nov 2018 17:54:08 +0000 (+0100)
Subject: Fix broken symlink script.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Byoutube_prefix%7D%7D%7B%7Bresult.id%7D%7D?a=commitdiff_plain;h=12aea3ecd6036c77cbc9ea360d8cad116b61573f;p=config

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