diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 06:55:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 06:55:21 +0200 |
| commit | f587ba3ce85abf42f75ac1090d6d7369ca1b046f (patch) | |
| tree | b16a5fb2b65677399807942b8f751a59c82ac746 /common | |
| parent | 0c096157e5474745d9a22badb6afae88e9744db9 (diff) | |
| download | dotfiles-f587ba3ce85abf42f75ac1090d6d7369ca1b046f.tar.gz dotfiles-f587ba3ce85abf42f75ac1090d6d7369ca1b046f.zip | |
Testing
Diffstat (limited to 'common')
| -rwxr-xr-x | common/install.sh | 2 |
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 |
