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