From aa508028036ea01683b07cb9fc2812dc35bc9b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 7 Sep 2018 17:18:29 +0200 Subject: Add fake laminar execution possibility --- templates/turris4x.run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index a5405b5..5c39008 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -1,7 +1,6 @@ #!/bin/sh # vim: ft=sh -set -e -. common +. "$(dirname "$(readlink -f "$0")")/../job.common" if [ "$V" -ge 1 ]; then MAKE="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" -- cgit v1.2.3