guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of "set -e -x" in autogen.sh not portable


From: Matthias Koeppe
Subject: Use of "set -e -x" in autogen.sh not portable
Date: Thu, 25 Apr 2002 17:24:10 +0200

The use of "set -e -x" in CVS Guile's autogen.sh (line 4) is not
portable.  In Solaris 2.7 /bin/sh, this command assigns "-x" to the
current command line.

I suggest to use 

  set -ex 

instead.

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]