From 21fcdc075d5c69ce266d67f456200f1911c721e3 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 27 Feb 2014 13:24:06 +0100 Subject: [PATCH] style Signed-off-by: Gwenhael Le Moine --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 1e8644a..61d212d 100644 --- a/build.sh +++ b/build.sh @@ -127,9 +127,8 @@ if [ "$COMPILE" = "true" ]; then make clean # Adding wlan firmware to kernel source - cd $DEST/linux-sunxi/firmware; - unzip -o $CWD/bin/ap6210.zip - cd $DEST/linux-sunxi + ( cd $DEST/linux-sunxi/firmware; + unzip -o $CWD/bin/ap6210.zip ) make -j2 ARCH=arm CROSS_COMPILE=$CROSS_COMPILE sun7i_defconfig