From 12aea3ecd6036c77cbc9ea360d8cad116b61573f Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 14 Nov 2018 18:54:08 +0100
Subject: [PATCH] Fix broken symlink script.

---
 all_new_2018/symlink_etc.sh | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.30.2