From 6b79474576fee836d4f46ebf40cbcffd81144ad1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 11 Oct 2012 12:57:37 +0200 Subject: [PATCH] syntax error due to too much python --- liveboot_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 4ef4cfb..ec5c93f 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -40,7 +40,7 @@ EOF # # add liveboot build to cidb # -BUILD_START = $(date +%s) +BUILD_START=$(date +%s) ./liveboot2db.py $JOB_NAME $BUILD_NUMBER # @@ -52,7 +52,7 @@ rm $BUILD_SCRIPT # # add liveboot build result to cidb # -BUILD_END = $(date +%s) +BUILD_END=$(date +%s) ./liveboot2db.py $JOB_NAME $BUILD_NUMBER $BUILD_START $BUILD_END # FIXME: too much sudo here... -- 2.39.5