mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Bugfix
This commit is contained in:
parent
c7e8280471
commit
f4cbdac484
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,6 @@ process_patch_file() {
|
|||
# main patch command
|
||||
echo "Processing file $(basename $patch)" >> $DEST/debug/patching.log
|
||||
patch --batch --silent -p1 -N < $patch >> $DEST/debug/patching.log 2>&1
|
||||
echo > $DEST/debug/patching.log
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
display_alert "... $(basename $patch)" "failed" "wrn";
|
||||
|
@ -324,6 +323,7 @@ process_patch_file() {
|
|||
else
|
||||
display_alert "... $(basename $patch)" "succeeded" "info"
|
||||
fi
|
||||
echo >> $DEST/debug/patching.log
|
||||
}
|
||||
|
||||
install_external_applications()
|
||||
|
|
Loading…
Add table
Reference in a new issue