#!/bin/sh

#
# ismene - wrapper which sets the LD_LIBRARY_PATH before invoking
#          the ismene binary.
#
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
ismene.real $*
