From 0107a982bc04fc9bfec349aaf486ca54afcc828d Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 25 Apr 2002 15:31:48 +0000 Subject: [PATCH] Remove explicit "set -x", which can be enabled by the user on the command line, and which construction is not portable. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d5521382f..8357575d9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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."