X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/667e256e674e08754c9df8f4c3bb4369a954c545..d6e574615c187152156664bc1ebae07b9a67c542:/packages/picolisp/build.sh?ds=sidebyside diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index edad5b71..82e04c7b 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -28,9 +28,7 @@ fi termux_step_pre_configure() { # Validate that we have the right version: grep -q "Version $_PICOLISP_YEAR $_PICOLISP_MONTH $_PICOLISP_DAY" src64/version.l || { - echo "ERROR: Picolisp version needs to be bumped" 1>&2 - grep Version src64/version.l 1>&2 - exit 1 + termux_error_exit "Picolisp version needs to be bumped" } if [ $TERMUX_ARCH_BITS = 64 ]; then