# # set -o errexit -o noglob are assumed. # pkg_disabled() { if [ ${PKG_DISABLED:-0} -eq 1 ]; then exit 0; fi; }; # vim:filetype=sh