From b93419000a8c446bad6ba48126f36531f0a7f9d2 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 1 Jan 2023 20:02:44 +0800 Subject: Fix bootstrap script --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index c8cf76c..b17bba6 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -dotfiles_dir=$(cd -- "$(dirname ${BASH_SOURCE}/..)" > /dev/null 2>&1; pwd -P) +dotfiles_dir=$(cd -- "$(dirname ${BASH_SOURCE})/.." > /dev/null 2>&1; pwd -P) remove_and_link () { for var in $@ -- cgit v1.2.3