mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 22:31:51 +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
|
echo "Processing file $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 "... $status $(basename $patch)" "failed" "wrn"
|
display_alert "... $status $(basename $patch)" "failed" "wrn"
|
||||||
|
@ -403,6 +402,7 @@ process_patch_file()
|
||||||
else
|
else
|
||||||
display_alert "... $status $(basename $patch)" "succeeded" "info"
|
display_alert "... $status $(basename $patch)" "succeeded" "info"
|
||||||
fi
|
fi
|
||||||
|
echo >> $DEST/debug/patching.log
|
||||||
}
|
}
|
||||||
|
|
||||||
install_external_applications()
|
install_external_applications()
|
||||||
|
|
Loading…
Add table
Reference in a new issue