From 7ac34bb5ca9c6a5e9b28b23094aa86bd5577ed86 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Thu, 9 Mar 2006 15:35:51 +0000 Subject: make the wrapper compatible with solaris' /bin/sh git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1040 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/wrapper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/wrapper.sh') diff --git a/tests/wrapper.sh b/tests/wrapper.sh index 5ba80ed0..07cc784f 100755 --- a/tests/wrapper.sh +++ b/tests/wrapper.sh @@ -2,8 +2,8 @@ ## get some parameters from the makefile -export srcdir=$1 -export top_builddir=$2 -export SHELL +srcdir=$1 +top_builddir=$2 +export SHELL srcdir top_builddir $3 -- cgit v1.2.1