#! /bin/sh export PATH_SEPARATOR=: ./configure --prefix=/dev/env/DJDIR || exit 1 make || exit 1 make check >dj_check.log 2>&1