summaryrefslogtreecommitdiffstats
path: root/contrib/mingw/ba-wrap.sh
blob: 8ed89237e88ed014211e329861377ef91ded1c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh
source=$(dirname $0)
if [ "$source" = "." ]; then
  source=$(pwd)
fi
echo
echo "             DO NOT CLOSE    DO NOT CLOSE"
echo
echo "Warning: this command window will automatically close."
echo
echo "Build output: $source/at-log.txt"
echo
$source/build-autotools.sh $* 2>&1 >> $source/at-log.txt
ec=$?
exit $ec