Skip to content
Snippets Groups Projects
Commit 98519b44 authored by Oliver Smith's avatar Oliver Smith Committed by Jakub Jirutka
Browse files

scripts/bootstrap.sh: fix "local" outside of function

parent be9222f3
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ msg() { ...@@ -34,7 +34,7 @@ msg() {
} }
if [ -z "$TARGET_ARCH" ]; then if [ -z "$TARGET_ARCH" ]; then
local program=$(basename $0) program=$(basename $0)
cat <<EOF cat <<EOF
usage: $program TARGET_ARCH usage: $program TARGET_ARCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment