
2 May
2010
2 May
'10
8:44 p.m.
On Montag 03 Mai 2010 02:34:51, Ivan Miljenovic wrote:
This is on my ubuntu box at uni:
ivanm@feitpc02 ~ $export DUMMY="~/bin:~/cabal"
You put quotes around the string, that means tildes aren't expanded ($VARIABLEs still are: dafis@linux-mkk1:~/Haskell> export DUMMY="~/bin:~/.cabal:$HOME/.cabal/bin" dafis@linux-mkk1:~/Haskell> echo $DUMMY ~/bin:~/.cabal:/home/dafis/.cabal/bin). What does it say if you remove the quotes?