summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorcallum_linden <none@none>2012-08-20 11:24:18 -0700
committercallum_linden <none@none>2012-08-20 11:24:18 -0700
commit44a934ef2af3c6d1fa7fc6294ea851db3f45bea0 (patch)
treeccf1cd1995bbad662daac7a1b21a3febdb13a3e4 /build.sh
parent3e05f169d68639d304c75cb464e05f27206b4739 (diff)
silly change to trigger a rebuild in Team City
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index b5876738e6..0ede8af1c5 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,7 @@
# * The basic convention is that the build name can be mapped onto a mercurial URL,
# which is also used as the "branch" name.
+
check_for()
{
if [ -e "$2" ]; then found_dict='FOUND'; else found_dict='MISSING'; fi