Fix #36 Remove unintuitive 'fast' option from 'patch'

This commit is contained in:
William Blake Galbreath
2020-07-30 12:00:00 -05:00
parent 1949039f71
commit 9bd6e71f22

3
purpur
View File

@@ -26,9 +26,6 @@ case "$1" in
(
set -e
cd "$basedir"
if [ "$2" != "fast" ]; then
scripts/upstream.sh
fi
scripts/apply.sh "$basedir"
)
;;