misc: TEST_PATCHES is unused, remove it

This commit is contained in:
Austin English 2020-05-20 04:24:03 -05:00
parent 56ecd4b18e
commit 931b540fec
2 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,11 @@ then
echo "No kernel version supplied" echo "No kernel version supplied"
exit 1 exit 1
fi fi
KVER=$1 KVER=$1
TEST_PATCHES=false
ROOT_DIR=`pwd` ROOT_DIR=`pwd`
RESOURCES=$ROOT_DIR/resources/BuildResources RESOURCES=$ROOT_DIR/resources/BuildResources
[ ! -d build ] && mkdir build [ ! -d build ] && mkdir build
cd build cd build
if [ ! -f PrawnOS-initramfs.cpio.gz ] if [ ! -f PrawnOS-initramfs.cpio.gz ]

View File

@ -30,7 +30,6 @@ fi
KVER=$1 KVER=$1
TEST_PATCHES=false
ROOT_DIR=`pwd` ROOT_DIR=`pwd`
RESOURCES=$ROOT_DIR/resources/BuildResources RESOURCES=$ROOT_DIR/resources/BuildResources