Use termux_error_exit
[termux-packages] / packages / python2 / build.sh
index 5304a03..3e9df76 100644 (file)
@@ -70,7 +70,7 @@ termux_step_post_massage () {
        # Verify that desired modules have been included:
        for module in _ssl bz2 zlib _curses _sqlite3; do
                if [ ! -f lib/python${_MAJOR_VERSION}/lib-dynload/${module}.so ]; then
-                       termux_error_exit "ERROR: Python module library $module not built"
+                       termux_error_exit "Python module library $module not built"
                fi
        done
 }