Simplify verbiage and shorten the length.
This commit is contained in:
@@ -364,8 +364,9 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
|
|||||||
( if [[ -d "$project" ]]; then
|
( if [[ -d "$project" ]]; then
|
||||||
git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \
|
git -C "$project" fetch >/dev/null 2>&1 && git -C "$project" status | grep "is behind" \
|
||||||
| while read status; do
|
| while read status; do
|
||||||
log "\n\n`date` - Updates to env-termux are available via 'reload-termux'."
|
log "\n\n`date` - env-termux has has been improved."
|
||||||
log " '$status'"
|
log " '$status'"
|
||||||
|
log "\n\n`date` - Run 'reload-termux' to update."
|
||||||
done
|
done
|
||||||
fi & )
|
fi & )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user