#!/bin/sh
echo '"rpm -b" is deprecated, use "rpmbuild -b"' 1>&2
exec rpmbuild "$@"
