···11+This patch gives `runtest' a `$0' that contains `runtest' instead
22+of `.runtest-wrapped'. This is required because `runtest' checks
33+what `$0' looks like to determine the target.
44+55+--- dejagnu-1.4.4/runtest 2003-08-17 03:27:59.000000000 +0200
66++++ dejagnu-1.4.4/runtest 2010-03-18 15:57:58.000000000 +0100
77+@@ -10,6 +10,7 @@
88+ # Get the execution path to this script and the current directory.
99+ #
1010+ mypath=${0-.}
1111++mypath="`echo $mypath | sed -'es|\.runtest-wrapped|runtest|g'`"
1212+ if expr ${mypath} : '.*/.*' > /dev/null
1313+ then
1414+ :
1515+