Someone has to have seen this already, but just in case...

LTP fails to build on systems for which /bin/sh really is an old-style
Bourne shell (which by the way is what /bin/sh is defined to be).
The following patch fixes at least one instance of this.

Signed-off-by: Paul E. McKenney <[EMAIL PROTECTED]>
---

diff -urpNa -X ../../../dontdiff 
ltp-full-20080131/testcases/network/generate.sh 
ltp-full-20080131-bash/testcases/network/generate.sh
--- ltp-full-20080131/testcases/network/generate.sh     2008-07-10 
07:26:04.000000000 -0700
+++ ltp-full-20080131-bash/testcases/network/generate.sh        2008-07-10 
07:22:30.000000000 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 #   Copyright (c) International Business Machines  Corp., 2001
 #


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to