We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ca45c commit 70e2ec0Copy full SHA for 70e2ec0
6 files changed
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
scripts/apatch.sh
scripts/apply.sh
@@ -62,8 +62,8 @@ function applyPatch {
62
git reset --hard upstream/upstream
63
echo " Applying patches to $target..."
64
git am --abort >/dev/null 2>&1
65
- git am --3way --ignore-whitespace "$basedir/patches/$patch_folder/"*.patch
66
- if [ "$?" != "0" ]; then
+ if ! git am --3way --ignore-whitespace "$basedir/patches/$patch_folder/"*.patch
+ then
67
echo " Something did not apply cleanly to $target."
68
echo " Please review above details and finish the apply then"
69
echo " save the changes with rebuildPatches.sh"
0 commit comments