Browse Source

x230: build.sh: clear temporary defconfig before creating a new one

pull/87/head
Martin Kepplinger 5 years ago
parent
commit
707358bba9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      x230/build.sh

+ 1
- 0
x230/build.sh View File

@ -72,6 +72,7 @@ if [ ! "$have_config" -gt 0 ] ; then
done done
fi fi
rm -f defconfig-*
CONFIGFILE_READY=$(echo $CONFIGFILE | cut -d'-' -f2-) CONFIGFILE_READY=$(echo $CONFIGFILE | cut -d'-' -f2-)
cp $CONFIGFILE $CONFIGFILE_READY cp $CONFIGFILE $CONFIGFILE_READY


Loading…
Cancel
Save