summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcallum_linden <none@none>2012-08-20 11:24:30 -0700
committercallum_linden <none@none>2012-08-20 11:24:30 -0700
commit79cb549edf5335b48fb4047f5bcf41331a88ad77 (patch)
tree65a3f3e22d3ffe746db2383e345856779b22cca0
parent44a934ef2af3c6d1fa7fc6294ea851db3f45bea0 (diff)
silly change to trigger a rebuild in Team City
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0ede8af1c5..b5876738e6 100755
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,6 @@
# * 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