#!/bin/bash ######################################################### # Build script to build BarnOwl for the locker. die() { echo "$@" 2>&1; if [ -n "$TMPDIR" ]; then if [ -n "$DRYRUN" ]; then echo "Dropping to a shell to investigate..."; $SHELL fi fi exit 1; } usage () { cat >&2 <