aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-01-01 20:02:44 +0800
committerGuangxiong Lin <[email protected]>2023-01-01 20:02:44 +0800
commitb93419000a8c446bad6ba48126f36531f0a7f9d2 (patch)
tree36d4b025930db63befeacb94de2ab4407d274408 /scripts
parent93f2df7d28a177872db1ca0815a3d1bc99295cf1 (diff)
downloaddotfiles-b93419000a8c446bad6ba48126f36531f0a7f9d2.tar.gz
dotfiles-b93419000a8c446bad6ba48126f36531f0a7f9d2.tar.bz2
dotfiles-b93419000a8c446bad6ba48126f36531f0a7f9d2.zip
Fix bootstrap script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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 $@