xref: /lighttpd1.4/tests/wrapper.sh (revision e05f1b3e)
1#!/bin/sh
2
3## get some parameters from the makefile
4
5srcdir=$1
6top_builddir=$2
7export SHELL srcdir top_builddir
8
9exec $3
10