From: Gerald Pfeifer (gerald_at_pfeifer.com)
Date: Fri Jan 02 2004 - 13:12:08 CET
Date: Fri, 2 Jan 2004 13:12:08 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> Message-ID: <Pine.BSF.4.58.0401021308470.29381@naos.dbai.tuwien.ac.at> Subject: [taskjuggler-devel] PATCH: fix TestSuite/testdir portability
I found that TaskJuggler is quite portable, and plan to submit patches to
address the remaining few issues in the near future. The first one is an
easy one. ;-)
Suggested ChangeLog:
Avoid BASH-ism in TestSuite/testdir.
--- ./TestSuite/testdir.orig Tue Aug 12 22:48:49 2003
+++ ./TestSuite/testdir Fri Jan 2 13:07:06 2004
@@ -12,7 +12,7 @@ else
export TASKJUGGLER=../$TASKJUGGLER
fi
-function do_testing
+do_testing()
{
f=$1
op=$2
Gerald
-- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/ -- To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com For additional commands, email: taskjuggler-devel-help@suse.com
This archive was generated by hypermail 2.1.7 : Sat Jan 03 2004 - 19:55:41 CET