From f196c39e26f58a561f5c127cba0734f488612c5c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 17 Feb 2018 09:57:35 +0100 Subject: fixed all shellcheck bugs --- build_cross.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build_cross.sh') diff --git a/build_cross.sh b/build_cross.sh index 790dbb8..e573e3e 100755 --- a/build_cross.sh +++ b/build_cross.sh @@ -1,5 +1,6 @@ #!/bin/sh +# shellcheck source=./default.conf . "./default.conf" # Prepare the cross-compiler for the destination platform, in our -- cgit v1.2.3-54-g00ecf