On 22 February 2005 14:35, Malcolm Wallace wrote:

> However, it could be worthwhile halting with an error message.
> 
>     case `pwd` in
>       *' '*)
>         echo "Error: nhc98 will not build in a directory with spaces
>         anywhere" echo "       in the full pathname."
>         echo "Suggestion: move the build tree somewhere else."
>         exit 1 ;;
>     esac

Good idea, done.

Simon
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to