From: Ian Lynagh Date: Wed, 6 May 2009 01:04:45 +0000 (+0000) Subject: Use more portable shell in ./boot; fixes booting on Solaris X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6a0424c5df63b6f84c29b1dbf6412ffaf5279a54 Use more portable shell in ./boot; fixes booting on Solaris --- diff --git a/boot b/boot index 2c2d88b..0cdee98 100644 --- a/boot +++ b/boot @@ -50,7 +50,7 @@ for f in $libraries; do if test -f $cabals; then echo "Creating $f/ghc.mk" rm -f $f/ghc.mk - pkg=`basename ${cabals%.cabal}` + pkg=`echo "$cabals" | sed -e 's#.*/##' -e 's#\.cabal$##'` if test -f $f/ghc-stage; then stage=`cat $f/ghc-stage` else