aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2022-01-29 11:09:55 +0000
committerAnInternetTroll <lucafulger@gmail.com>2022-01-29 11:09:55 +0000
commita6756c60d5481e6b679cbca0369c0d56076de95c (patch)
tree5cad5d70d48ada42afccb8a8b4b20e66e41d3f74 /bootstrap.sh
parentffefde9b4f0a02df8b25d9eb28d7ffbb9648b0e2 (diff)
downloaddotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.gz
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.bz2
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.lz
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.xz
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.zst
dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.zip
Change from shell script to bash script
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index b7ce765..7742d5b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
SYMLINKDIR=$(readlink -f "$0")
BASEDIR=$(dirname "$SYMLINKDIR")