home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad51c30
)
Fix broken symlink script.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 14 Nov 2018 17:54:08 +0000
(18:54 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 14 Nov 2018 17:54:08 +0000
(18:54 +0100)
all_new_2018/symlink_etc.sh
patch
|
blob
|
history
diff --git
a/all_new_2018/symlink_etc.sh
b/all_new_2018/symlink_etc.sh
index dd78fdfd89368bace33722a292ab0901b711b5db..90cb20ab51cfdb6d07c9d8e295d3c361eea89f24 100755
(executable)
--- 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