V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 43s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -23,7 +23,7 @@ guard_sourcing
|
||||
#######################################
|
||||
validation_array() {
|
||||
declare var_element
|
||||
declare var_string=$1; shift
|
||||
declare var_string="$1"; shift
|
||||
for var_element in "$@"; do
|
||||
if [[ "${var_element}" == "${var_string}" ]]; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user