Browse Source

- apply-patches.sh: better console output

master
vanhofen 3 years ago
parent
commit
0cce23df8e
  1. 4
      support/scripts/apply-patches.sh

4
support/scripts/apply-patches.sh

@ -98,8 +98,8 @@ function apply_patch {
esac esac
fi fi
if [ -z "$silent" ] ; then if [ -z "$silent" ] ; then
echo "" #echo ""
echo "Applying $patch using ${type}: " echo -e "\033[40;0;97mApplying $patch\033[0m using ${type}: "
fi fi
if [ ! -e "${path}/$patch" ] ; then if [ ! -e "${path}/$patch" ] ; then
echo "Error: missing patch file ${path}/$patch" echo "Error: missing patch file ${path}/$patch"

Loading…
Cancel
Save