aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@bitmessage.ch>2017-03-12 16:58:22 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-03-12 18:34:29 +0100
commit98519b44879c8d036183155ac7ccc1e9c79f5e5d (patch)
treef5962bc592c231717df78f14f7789f3e61d11ad7 /scripts/bootstrap.sh
parentbe9222f3b70c8fef2616ac6efd8742a8a43c576d (diff)
downloadaports-98519b44879c8d036183155ac7ccc1e9c79f5e5d.tar.bz2
aports-98519b44879c8d036183155ac7ccc1e9c79f5e5d.tar.xz
scripts/bootstrap.sh: fix "local" outside of function
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index ac9622e9af..e219120358 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -34,7 +34,7 @@ msg() {
}
if [ -z "$TARGET_ARCH" ]; then
- local program=$(basename $0)
+ program=$(basename $0)
cat <<EOF
usage: $program TARGET_ARCH