From 587e156a0ea50da356375da743900fefe3d08d03 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sat, 5 Feb 2022 15:10:27 -0500 Subject: [PATCH] Fix dotfile install script relative path issue --- dotinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotinstall.sh b/dotinstall.sh index 5f5161b..552a397 100755 --- a/dotinstall.sh +++ b/dotinstall.sh @@ -1,6 +1,6 @@ #!/bin/sh -cd src +cd $(dirname $(echo $0))/src/ echo Making directories for f in $(find -type d); do