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

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

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

What does it say if you remove the quotes?

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to