#!/bin/sh # if ! . ./common.config then echo "check: failed to source common.config" exit 1 fi use="(external=no)" [ "$USE_EXTERNAL" = yes ] && use="(external=yes)" cat <