#!/bin/sh TOPDIR=$1 SPEC=$2 REV=$3 if [ -x $TOPDIR/build_sources ]; then cd $TOPDIR ./build_sources "$@" fi