diff options
author | Oliver Smith <ollieparanoid@bitmessage.ch> | 2017-03-12 16:58:22 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-12 18:34:29 +0100 |
commit | 98519b44879c8d036183155ac7ccc1e9c79f5e5d (patch) | |
tree | f5962bc592c231717df78f14f7789f3e61d11ad7 /scripts | |
parent | be9222f3b70c8fef2616ac6efd8742a8a43c576d (diff) | |
download | aports-98519b44879c8d036183155ac7ccc1e9c79f5e5d.tar.bz2 aports-98519b44879c8d036183155ac7ccc1e9c79f5e5d.tar.xz |
scripts/bootstrap.sh: fix "local" outside of function
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
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 |