summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2013-06-06 19:42:22 -0400
committerLogan Dethrow <log@lindenlab.com>2013-06-06 19:42:22 -0400
commitd847b9dc3fdbc0a17ca4a1191955699505940f65 (patch)
tree61d13b58511398eea5e5d079006b5e96d16d5186
parent36812775a4e3dc4badb64175582b43f9166b973b (diff)
Can't use bash local keyword outside of functions.
-rwxr-xr-xautobuild.xml4
-rwxr-xr-xbuild.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/autobuild.xml b/autobuild.xml
index f0d2d04c67..331e3d8cec 100755
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -1290,9 +1290,9 @@
<key>archive</key>
<map>
<key>hash</key>
- <string>495feeabaaa38a96e8cc3d3d42c0e124</string>
+ <string>55e009de4f87023a57e0a04a19f8a25b</string>
<key>url</key>
- <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277105/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130606.tar.bz2</string>
+ <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/277110/arch/Linux/installer/llappearanceutility_source-0.1-linux-20130606.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
diff --git a/build.sh b/build.sh
index 4b966acbe0..e4183f0ace 100755
--- a/build.sh
+++ b/build.sh
@@ -275,10 +275,10 @@ then
if $build_viewer_deb && [ "$last_built_variant" == "Release" ]
then
begin_section "Build Viewer Debian Package"
- local have_private_repo=false
+ have_private_repo=false
# Get the current version.
- local current_version=`dpkg-parsechangelog | grep ^Version | awk '{ print $2 }'`
+ current_version=`dpkg-parsechangelog | grep ^Version | awk '{ print $2 }'`
# mangle the changelog
dch --force-bad-version \