Berkeley CSUA MOTD:Entry 22198
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/08 [General] UID:1000 Activity:popular
7/8     

2001/8/21 [Computer/SW/Languages, Computer/SW/Unix] UID:22198 Activity:nil
8/20    I've been able to do "echo $JAVA_HOME/abcd:$JAVA_HOME/xyz" for many
        years but today I get an error message regarding a bad modifier. Now
        I have to explicitly say "echo ${JAVA_HOME}/abcd:${JAVA_HOME}/xyz".
        What the hell changed? I still use tcsh.
        \_ Perhaps : colon is a modifier, hehe. What did you change?
           What is JAVA_HOME? Show exact transcript of your terminal session
        \_ You changed shell?