aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-24 06:55:21 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-24 06:55:21 +0200
commitf587ba3ce85abf42f75ac1090d6d7369ca1b046f (patch)
treeb16a5fb2b65677399807942b8f751a59c82ac746 /common
parent0c096157e5474745d9a22badb6afae88e9744db9 (diff)
downloaddotfiles-f587ba3ce85abf42f75ac1090d6d7369ca1b046f.tar.gz
dotfiles-f587ba3ce85abf42f75ac1090d6d7369ca1b046f.zip
Testing
Diffstat (limited to 'common')
-rwxr-xr-xcommon/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/install.sh b/common/install.sh
index 0fd7993..6ef2787 100755
--- a/common/install.sh
+++ b/common/install.sh
@@ -3717,7 +3717,7 @@ trap cleanup_on_exit EXIT
trap handle_interrupt INT
# Execute main if script is run directly
-if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
+if [[ "${BASH_SOURCE[0]-}" == "$0" ]]; then
# Check basic requirements
for req in git curl; do
if ! command_exists "$req"; then