mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-15 02:00:22 +02:00
Fix typo.
This commit is contained in:
parent
1ff607ec1f
commit
43f37ca00b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if [ ! -f guile-procedures.txt ] ; then
|
|||
@LN_S@ libguile/guile-procedures.txt .
|
||||
fi
|
||||
|
||||
exec "$guile"
|
||||
exec "$guile" \
|
||||
-e main -s "$TEST_SUITE_DIR/guile-test" \
|
||||
--test-suite "$TEST_SUITE_DIR/tests" \
|
||||
--log-file check-guile.log "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue