From 98519b44879c8d036183155ac7ccc1e9c79f5e5d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 12 Mar 2017 16:58:22 +0000 Subject: scripts/bootstrap.sh: fix "local" outside of function --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 <