Skip to content

Commit 70e2ec0

Browse files
Cleanup codebase
1 parent 81ca45c commit 70e2ec0

6 files changed

Lines changed: 2 additions & 318 deletions

File tree

docs/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 0 additions & 177 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

scripts/apatch.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

scripts/apply.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ function applyPatch {
6262
git reset --hard upstream/upstream
6363
echo " Applying patches to $target..."
6464
git am --abort >/dev/null 2>&1
65-
git am --3way --ignore-whitespace "$basedir/patches/$patch_folder/"*.patch
66-
if [ "$?" != "0" ]; then
65+
if ! git am --3way --ignore-whitespace "$basedir/patches/$patch_folder/"*.patch
66+
then
6767
echo " Something did not apply cleanly to $target."
6868
echo " Please review above details and finish the apply then"
6969
echo " save the changes with rebuildPatches.sh"

0 commit comments

Comments
 (0)