home · contact · privacy
Fix broken symlink script.
[config] / all_new_2018 / symlink_etc.sh
index dd78fdfd89368bace33722a292ab0901b711b5db..90cb20ab51cfdb6d07c9d8e295d3c361eea89f24 100755 (executable)
@@ -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