From f587ba3ce85abf42f75ac1090d6d7369ca1b046f Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 06:55:21 +0200 Subject: Testing --- common/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit v1.2.3