From e0c2f70f95a46e1e32244613c718dd240368ea18 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 11:40:33 -0600 Subject: make it an explicit path --- fix-dotfile-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-dotfile-paths.sh b/fix-dotfile-paths.sh index f0a0aba..147d4d3 100755 --- a/fix-dotfile-paths.sh +++ b/fix-dotfile-paths.sh @@ -56,7 +56,7 @@ find -- . -maxdepth 1 -type d | sed '/\(^\.$\|^\.\/\.git$\|\.\/common\)/d' | whi echo creating root "$root" root=$(echo "$root" | sed 's/\(\.\/\|\/$\)//') echo root after cleanup: "$root" - echo "- [[${root}][${root}]]" >> index.org + echo "- [[./${root}][${root}]]" >> index.org cd "$root" || exit create_dir_tree "$root" cd ~/dotfiles || exit -- cgit v1.2.3