# to be sourced by the scipts in this package
orig=/usr/bin/$(basename $0)
[ -x "$orig" ] || orig=/bin/$(basename $0)
[ -n "$SOURCE_DATE_EPOCH" ] || exec $orig "$@"
export LC_ALL=C
unset TZ

faketoolnotice()
{
    [ -n "$RBFTVERBOSE" ] || return 0
    echo "notice: used reproducible-faketool $(basename $0) $@" >&2
}
