: # $FreeBSD$ usage() { echo 'usage: ${0##*/} ' exit 1 } if [ $# -lt 1 ]; then usage fi sed -i '' "s/^BADPATCHES=.*$/& $*/" Makefile