X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/8c732a3581e634e389045005d40cea65057b331b..72f69cdc35d351db485f2021d9a98d4101e88bc8:/packages/git/build.sh diff --git a/packages/git/build.sh b/packages/git/build.sh index db94a43e..de96545a 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -63,7 +63,6 @@ termux_step_post_make_install () { termux_step_post_massage () { if [ ! -f libexec/git-core/git-remote-https ]; then - echo "ERROR: Built without https support" - exit 1 + termux_error_exit "Git built without https support" fi }