#!/bin/bash

L=$PRODTREE/hoard/lib/libhoard.so:$LD_PRELOAD
L=`echo "$L" | sed 's/:$//'`
export LD_PRELOAD="$L"
