mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 14:21:27 +00:00
Bugfix
This commit is contained in:
parent
b16b7ba91a
commit
728ecf5e4e
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,6 @@ process_patch_file()
|
|||
|
||||
echo "Processing file $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 "... $status $(basename $patch)" "failed" "wrn"
|
||||
|
@ -403,6 +402,7 @@ process_patch_file()
|
|||
else
|
||||
display_alert "... $status $(basename $patch)" "succeeded" "info"
|
||||
fi
|
||||
echo >> $DEST/debug/patching.log
|
||||
}
|
||||
|
||||
install_external_applications()
|
||||
|
|
Loading…
Add table
Reference in a new issue