From 775814efc17d681bd30c52ded8e4d0479b0f7e8d Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 3 Jan 2025 12:22:43 -0300 Subject: fix shellcheck warning --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8e1ce94c..4c86cb36 100755 --- a/configure +++ b/configure @@ -394,7 +394,7 @@ then else where="\$PATH" fi - echo "$(RED $interp interpreter not found) in $where" + echo "$(RED "$interp interpreter not found") in $where" echo "You may want to use the flags $(BOLD --with-lua), $(BOLD --with-lua-bin) and/or $(BOLD --lua-version)" die "Run $(BOLD ./configure --help) for details." fi -- cgit v1.2.3-55-g6feb