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-c4023f1b3aa9svn/tags/lighttpd-1.4.11
parent
9dbf12d8ed
commit
7ac34bb5ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue