summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run3
1 files changed, 1 insertions, 2 deletions
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"