From 50162678eb467b16970a3bdeed0a477f08c4025c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 1 Sep 2018 12:16:01 +0200 Subject: Split utils to common and utils It is beneficial to use utils also in other processes but there were parts that should only job it self include. This splits those to two separate files. --- templates/turris4x.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/turris4x.run') diff --git a/templates/turris4x.run b/templates/turris4x.run index 4c2623e..a5405b5 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -1,7 +1,7 @@ #!/bin/sh # vim: ft=sh set -e -. utils +. common if [ "$V" -ge 1 ]; then MAKE="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" -- cgit v1.2.3