From 5abe521141cd229db9433fc8217d26f72b875cc1 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 8 Jun 2026 13:46:02 +0300 Subject: [PATCH] shellcheck on scoundrel --- scoundrel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoundrel b/scoundrel index 845dfc1..d02f52e 100755 --- a/scoundrel +++ b/scoundrel @@ -15,7 +15,7 @@ get_valid_choice() { until [[ "$vcs" == *$c* ]]; do c="$(get_choice "$pr")" done - echo $c + echo "$c" } # variables and states