mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-28 00:58:24 +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
|
# main patch command
|
||||||
echo "Processing file $(basename $patch)" >> $DEST/debug/patching.log
|
echo "Processing file $(basename $patch)" >> $DEST/debug/patching.log
|
||||||
patch --batch --silent -p1 -N < $patch >> $DEST/debug/patching.log 2>&1
|
patch --batch --silent -p1 -N < $patch >> $DEST/debug/patching.log 2>&1
|
||||||
echo > $DEST/debug/patching.log
|
|
||||||
|
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
display_alert "... $(basename $patch)" "failed" "wrn";
|
display_alert "... $(basename $patch)" "failed" "wrn";
|
||||||
|
@ -324,6 +323,7 @@ process_patch_file() {
|
||||||
else
|
else
|
||||||
display_alert "... $(basename $patch)" "succeeded" "info"
|
display_alert "... $(basename $patch)" "succeeded" "info"
|
||||||
fi
|
fi
|
||||||
|
echo >> $DEST/debug/patching.log
|
||||||
}
|
}
|
||||||
|
|
||||||
install_external_applications()
|
install_external_applications()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue