mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* check-guile.in: Replaced ln -s' by
@LN_S@' to supports
build systems which do not have symbolic links.
This commit is contained in:
parent
8dd6dfdcd2
commit
fb39eb4933
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ fi
|
||||||
|
|
||||||
# documentation searching ignores GUILE_LOAD_PATH.
|
# documentation searching ignores GUILE_LOAD_PATH.
|
||||||
if [ ! -f guile-procedures.txt ] ; then
|
if [ ! -f guile-procedures.txt ] ; then
|
||||||
ln -s libguile/guile-procedures.txt .
|
@LN_S@ libguile/guile-procedures.txt .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$guile" -e main -s "$TEST_SUITE_DIR/guile-test" --test-suite "$TEST_SUITE_DIR/tests" --log-file check-guile.log "$@"
|
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