Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 2403f11

Browse files
author
y
committed
Removed wdt.patch no longer needed as it is incorperated into the builds by default
1 parent baac11d commit 2403f11

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

Q_Builder.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ while true; do
5555
esac
5656
done
5757

58-
# wdc?
59-
while true; do
60-
read -p "Do ya want to test with wdt patch (y/n)?" yn
61-
case $yn in
62-
[Yy]* ) WDTPATCH=y; break;;
63-
[Nn]* ) WDTPATCH=n; break;;
64-
* ) echo "Please answer yes or no.";;
65-
esac
66-
done
67-
6858
# check to see if git is configured, if not prompt user
6959
if [ "$(git config --list)" != *"user.email"* ]
7060
then

patches/wdt.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)