Possibly fix build

This commit is contained in:
Sotr
2020-04-13 22:00:15 +07:00
parent 1a234f3daf
commit 8aed0bbc0f
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ function applyPatch {
$gitcmd branch -D upstream >/dev/null &> /dev/null
$gitcmd branch -f upstream "$branch" &> /dev/null && $gitcmd checkout upstream &> /dev/null
if [[ $needimport == "0" ]]; then
if [[ $needimport != "1" ]]; then
if [ $baseproject != "${FORK_NAME}-API" ]; then
echo " $(bashcolor 1 32)($5/$6)$(bashcolorend) - Import new introduced NMS files.."
basedir && $scriptdir/importSources.sh $basedir 1 || exit 1