1 2 3 4 5 6 7 8 9 10
#!/bin/sh TOPDIR=$1 SPEC=$2 REV=$3 if [ -x $TOPDIR/build_sources ]; then cd $TOPDIR ./build_sources "$@" fi