scripts/bin: disable pager for git in revbump and update-checksum

This commit is contained in:
Leonid Pliushch 2021-09-20 19:10:32 +03:00
parent a30b9e1565
commit 3871376858
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ for package in "${@}"; do
echo "You are about to commit these changes:"
echo
echo "--------------------"
git diff --patch "${buildsh_path}"
git --no-pager diff --patch "${buildsh_path}"
echo "--------------------"
echo
echo "${package}: bump revision"

View File

@ -79,7 +79,7 @@ for package in "${@}"; do
echo "You are about to commit these changes:"
echo
echo "--------------------"
git diff --patch "${buildsh_path}"
git --no-pager diff --patch "${buildsh_path}"
echo "--------------------"
echo
echo "${package}: update to $(. "${buildsh_path}"; echo "${TERMUX_PKG_VERSION}" | cut -d: -f2-)"