From 3273d26e7c4739e02904c02f0d755eec1a8240ce Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 13 Oct 2016 14:29:36 +0200 Subject: reproducible_openwrt|lede: fix mistype in if Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 3e1098a8..4df7cb40 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -42,7 +42,7 @@ node_create_tmpdirs() { master_cleanup_tmpdirs() { # we will save the logs in case we got called as trap handler # in a success build the logs are saved on a different function - if [ "$1" != "success"] ; then + if [ "$1" != "success" ] ; then # job failed ssh $GENERIC_NODE1 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true ssh $GENERIC_NODE2 reproducible_$TYPE node openwrt_save_logs $TMPDIR/logs.xz $TMPDIR/build || true -- cgit v1.2.3-70-g09d2