wrapper.sh 121 B

123456789
  1. #!/bin/sh
  2. ## get some parameters from the makefile
  3. srcdir=$1
  4. top_builddir=$2
  5. export SHELL srcdir top_builddir
  6. exec $3