unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Use of "set -e -x" in autogen.sh not portable
@ 2002-04-25 15:24 Matthias Koeppe
  2002-04-25 15:29 ` Thien-Thi Nguyen
  2002-04-25 15:35 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Koeppe @ 2002-04-25 15:24 UTC (permalink / raw)


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

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-26 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-25 15:24 Use of "set -e -x" in autogen.sh not portable Matthias Koeppe
2002-04-25 15:29 ` Thien-Thi Nguyen
2002-04-25 15:35 ` Thien-Thi Nguyen
2002-04-26 14:54   ` Alexandre Duret-Lutz
2002-04-26 16:58     ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).