|
@ -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" |
|
|