diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-03 12:22:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-03 13:17:28 -0300 |
commit | 775814efc17d681bd30c52ded8e4d0479b0f7e8d (patch) | |
tree | 7fde91eadff0efa4dc0d9d9c8ba07a6dcb9e0b69 | |
parent | b8536c6a84c83f1fec5435186901194593565415 (diff) | |
download | luarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.tar.gz luarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.tar.bz2 luarocks-775814efc17d681bd30c52ded8e4d0479b0f7e8d.zip |
fix shellcheck warning
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
400 | fi | 400 | fi |