[Haskell-cafe] Happy: PATH issue

Daniel Fischer daniel.is.fischer at web.de
Sun May 2 20:44:54 EDT 2010


On Montag 03 Mai 2010 02:34:51, Ivan Miljenovic wrote:
> This is on my ubuntu box at uni:
>
> ivanm at feitpc02 ~ $export DUMMY="~/bin:~/cabal"

You put quotes around the string, that means tildes aren't expanded 
($VARIABLEs still are:

dafis at linux-mkk1:~/Haskell> export DUMMY="~/bin:~/.cabal:$HOME/.cabal/bin"
dafis at linux-mkk1:~/Haskell> echo $DUMMY
~/bin:~/.cabal:/home/dafis/.cabal/bin).

What does it say if you remove the quotes?



More information about the Haskell-Cafe mailing list