#!/bin/sh
. $(dirname $0)/../lib/reproducible-faketools/lib
[ "$*" != "" ] && [ "$*" != "-f" ] && exec $orig "$@"
faketoolnotice "$@"
echo reproducible
