This commit is contained in:
ㄗㄠˋ ㄑㄧˊ
2020-04-11 13:07:15 +08:00
parent 5ed989168a
commit 15e263286f

2
akarin
View File

@@ -20,7 +20,7 @@ case "$1" in
set -e
cd "$basedir"
if [ "$2" != "fast" ]; then
scripts/upstream.sh || exit 1
scripts/upstream.sh "$basedir" || exit 1
fi
scripts/apply.sh "$basedir" || exit 1
) || failed=1