#!/bin/sh exedir="/usr/lib64/ghc-7.6.3" exeprog="ghc-stage2" executablename="$exedir/$exeprog" datadir="/usr/share" bindir="/usr/bin" topdir="/usr/lib64/ghc-7.6.3" executablename="$exedir/ghc" exec "$executablename" -B"$topdir" ${1+"$@"}