mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
Update applyUpstream.sh
This commit is contained in:
parent
31b350789a
commit
d25e6b6de6
@ -8,7 +8,7 @@ function enableCommitSigningIfNeeded {
|
||||
fi
|
||||
}
|
||||
|
||||
if [ "$2" == "removed" ]; then
|
||||
if [ $2 == "removed" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@ -54,4 +54,4 @@ for D in ${searchtxts[@]}; do
|
||||
fi
|
||||
done
|
||||
#git am --no-utf8 --3way --ignore-whitespace "$basedir/patches/$patch_folder/"*.patch
|
||||
enableCommitSigningIfNeeded
|
||||
enableCommitSigningIfNeeded
|
||||
|
Loading…
Reference in New Issue
Block a user