1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

Remove explicit "set -x", which can be

enabled by the user on the command line,
and which construction is not portable.
This commit is contained in:
Thien-Thi Nguyen 2002-04-25 15:31:48 +00:00
parent 220d249637
commit 0107a982bc

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Usage: sh -x ./autogen.sh [WORKBOOK]
set -e -x
set -e
[ -f GUILE-VERSION ] || {
echo "autogen.sh: run this command only at the top of guile-core."