Annotation of embedaddon/lighttpd/tests/wrapper.sh, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: 
                      3: ## get some parameters from the makefile
                      4: 
                      5: srcdir=$1
                      6: top_builddir=$2
                      7: export SHELL srcdir top_builddir
                      8: 
                      9: exec $3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>