mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-24 05:20:30 +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:
parent
220d249637
commit
0107a982bc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Usage: sh -x ./autogen.sh [WORKBOOK]
|
# Usage: sh -x ./autogen.sh [WORKBOOK]
|
||||||
|
|
||||||
set -e -x
|
set -e
|
||||||
|
|
||||||
[ -f GUILE-VERSION ] || {
|
[ -f GUILE-VERSION ] || {
|
||||||
echo "autogen.sh: run this command only at the top of guile-core."
|
echo "autogen.sh: run this command only at the top of guile-core."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue