diff --git a/scripts/common.sh b/scripts/common.sh index d7c8f0941b..fdb9b947c5 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -5,10 +5,15 @@ # a full ZFS init script when that is needed. # +if [ ! -f ../.script-config ]; then + echo "You must build your source tree" + exit 1 +fi + . ../.script-config PROG="" - VERBOSE= +VERBOSE_FLAG= DUMP_LOG= ERROR= MODULES=()