summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-04-17 12:48:49 +0200
committerKarel Kočí <cynerd@email.cz>2020-04-17 12:48:49 +0200
commitdd44973c79c7e4dec791f3625416a94f8c787808 (patch)
treeca81998ed60bb6678b6c4713ec8734916d9e9f37 /templates
parentba4b4a27138239ec32b1bf643b2763c0243aa8f8 (diff)
downloadlaminar-cnf-dd44973c79c7e4dec791f3625416a94f8c787808.tar.gz
laminar-cnf-dd44973c79c7e4dec791f3625416a94f8c787808.tar.bz2
laminar-cnf-dd44973c79c7e4dec791f3625416a94f8c787808.zip
templates/turris.run: fix awk warning
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 359a425..5ff170c 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -19,7 +19,7 @@ if [ -z "$CLEAN" ] && [ -f "$WORKSPACE/openwrt-git-hash" ] && cmp -s git-hash "$
else
echo_info "Building new version of SDK"
echo_stage "Get turris-build"
- TB_HASH="$(awk '/ \* turris-build\: /{print $3}' git-hash)"
+ TB_HASH="$(awk '/ \* turris-build: / {print $3}' git-hash)"
git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$TB_HASH"
echo_stage "Prepare SDK"