shellcheck on scoundrel

This commit is contained in:
Luxferre
2026-06-08 13:46:02 +03:00
parent b60641ca0c
commit 5abe521141
+1 -1
View File
@@ -15,7 +15,7 @@ get_valid_choice() {
until [[ "$vcs" == *$c* ]]; do until [[ "$vcs" == *$c* ]]; do
c="$(get_choice "$pr")" c="$(get_choice "$pr")"
done done
echo $c echo "$c"
} }
# variables and states # variables and states