This commit is contained in:
retropikzel 2026-02-01 17:37:26 +02:00
parent b8e5cceb5f
commit 80a3d444dc
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ chmod +x "${venvpath}/bin/scheme-repl"
if [ "${scheme_type}" = "interpreter" ]; then if [ "${scheme_type}" = "interpreter" ]; then
{ {
echo "#!/bin/sh" echo "#!/bin/sh"
echo "if [ ! \"${VENV_DEBUG}\" = \"\" ]; then set -x; fi" echo "if [ ! \"\${VENV_DEBUG}\" = \"\" ]; then set -x; fi"
echo "IF=\"\$(realpath \"\${1}\")\"" echo "IF=\"\$(realpath \"\${1}\")\""
echo "if [ \"${rnrs}\" = \"r6rs\" ]; then OF=\"\${IF%.sps}\"; else OF=\"\${IF%.scm}\"; fi" echo "if [ \"${rnrs}\" = \"r6rs\" ]; then OF=\"\${IF%.sps}\"; else OF=\"\${IF%.scm}\"; fi"
# shellcheck disable=SC2028 # shellcheck disable=SC2028