diff options
author | callum_linden <none@none> | 2012-08-20 11:24:18 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2012-08-20 11:24:18 -0700 |
commit | 44a934ef2af3c6d1fa7fc6294ea851db3f45bea0 (patch) | |
tree | ccf1cd1995bbad662daac7a1b21a3febdb13a3e4 /build.sh | |
parent | 3e05f169d68639d304c75cb464e05f27206b4739 (diff) |
silly change to trigger a rebuild in Team City
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |