From 707358bba907f8e5313da615cc1ffe4e1ec45699 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Wed, 3 Apr 2019 13:29:26 +0200 Subject: [PATCH] x230: build.sh: clear temporary defconfig before creating a new one --- x230/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x230/build.sh b/x230/build.sh index 9fdf35f..296eb36 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -72,6 +72,7 @@ if [ ! "$have_config" -gt 0 ] ; then done fi +rm -f defconfig-* CONFIGFILE_READY=$(echo $CONFIGFILE | cut -d'-' -f2-) cp $CONFIGFILE $CONFIGFILE_READY