aboutsummaryrefslogtreecommitdiffstats
path: root/rebrand-mdk
blob: d94d1734a3fda75988bb00a47cb2a283386d501c (plain)
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