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
svn/tags/lighttpd-1.4.11
Jan Kneschke 2006-03-09 15:35:51 +00:00
parent 9dbf12d8ed
commit 7ac34bb5ca
1 changed files with 3 additions and 3 deletions

View File

@ -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