summaryrefslogtreecommitdiffstats
path: root/bin/dtf-gen
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtf-gen')
-rwxr-xr-xbin/dtf-gen6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/dtf-gen b/bin/dtf-gen
index 19393fe..67247a2 100755
--- a/bin/dtf-gen
+++ b/bin/dtf-gen
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
## Some important facts about this code.
##
@@ -37,12 +37,10 @@ generate_wrapper ()
test "$fix_testname" = '.' && fix_testname=ROOT
fix_testname=${fix_testname##./}
- echo '#! /bin/bash
+ echo '#! /bin/sh
: ${__DTF_TOP_TEST=:}
-$__DTF_TOP_TEST && exec 3>&1 4>&2
-
abs_dirname ()
{
abs_dirname_result=`cd "$1" && pwd`