From d847b9dc3fdbc0a17ca4a1191955699505940f65 Mon Sep 17 00:00:00 2001 From: Logan Dethrow Date: Thu, 6 Jun 2013 19:42:22 -0400 Subject: Can't use bash local keyword outside of functions. --- autobuild.xml | 4 ++-- build.sh | 4 ++-- 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 @@ archive hash - 495feeabaaa38a96e8cc3d3d42c0e124 + 55e009de4f87023a57e0a04a19f8a25b url - 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 + 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 name linux 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 \ -- cgit v1.2.3