at v192 15 lines 527 B view raw
1This patch gives `runtest' a `$0' that contains `runtest' instead 2of `.runtest-wrapped'. This is required because `runtest' checks 3what `$0' looks like to determine the target. 4 5--- dejagnu-1.4.4/runtest 2003-08-17 03:27:59.000000000 +0200 6+++ dejagnu-1.4.4/runtest 2010-03-18 15:57:58.000000000 +0100 7@@ -10,6 +10,7 @@ 8 # Get the execution path to this script and the current directory. 9 # 10 mypath=${0-.} 11+mypath="`echo $mypath | sed -'es|\.runtest-wrapped|runtest|g'`" 12 if expr ${mypath} : '.*/.*' > /dev/null 13 then 14 : 15