From 9c847272230ea37fa3b6023da6c5aa0e4e865348 Mon Sep 17 00:00:00 2001 From: mortzu Date: Sat, 8 Aug 2015 15:28:07 +0200 Subject: [PATCH] Added newline to gain more readability --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3507a1a..c9cc5d5 100755 --- a/build.sh +++ b/build.sh @@ -105,6 +105,7 @@ for target in ar71xx-generic ar71xx-nand mpc85xx-generic; do done make manifest cd .. + if [ -n "$KEYFILE" -a -r "$KEYFILE" ]; then "${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/images/sysupgrade/${GLUON_BRANCH}.manifest" fi