aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-01-03 12:22:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-01-03 13:17:28 -0300
commit775814efc17d681bd30c52ded8e4d0479b0f7e8d (patch)
tree7fde91eadff0efa4dc0d9d9c8ba07a6dcb9e0b69
parentb8536c6a84c83f1fec5435186901194593565415 (diff)
downloadluarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.tar.gz
luarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.tar.bz2
luarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.zip
fix shellcheck warning
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e1ce94c..4c86cb36 100755
--- a/configure
+++ b/configure
@@ -394,7 +394,7 @@ then
394 else 394 else
395 where="\$PATH" 395 where="\$PATH"
396 fi 396 fi
397 echo "$(RED $interp interpreter not found) in $where" 397 echo "$(RED "$interp interpreter not found") in $where"
398 echo "You may want to use the flags $(BOLD --with-lua), $(BOLD --with-lua-bin) and/or $(BOLD --lua-version)" 398 echo "You may want to use the flags $(BOLD --with-lua), $(BOLD --with-lua-bin) and/or $(BOLD --lua-version)"
399 die "Run $(BOLD ./configure --help) for details." 399 die "Run $(BOLD ./configure --help) for details."
400fi 400fi