diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-04 09:17:58 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-04 09:17:58 -0400 |
commit | 2ed386e07b5c1bb7dd47a403548746e7416acd67 (patch) | |
tree | 83070fe7aaca68661c3fc1351280e387e5b929af /build.sh | |
parent | 973bc1d1745d8315fd63f537871b2afde8bc0994 (diff) |
STORM-1787 remove dead code that causes spurious build log error reports
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -132,10 +132,6 @@ if test -f scripts/update_version_files.py ; then end_section UpdateVer fi -# Now retrieve the version for use in the version manager -# First three parts only, $revision will be appended automatically. -build_viewer_update_version_manager_version=`python scripts/get_version.py --viewer-version | sed 's/\.[0-9]*$//'` - if [ -z "$AUTOBUILD" ] then export autobuild_dir="$here/../../../autobuild/bin/" |