#!/bin/sh
echo "ERROR: open was called, but wasn't supposed to:" open $* >&2
exit 1
