Changeset 368


Ignore:
Timestamp:
04/07/2011 03:13:30 PM (12 years ago)
Author:
marcus
Message:

r201 | walther | 2011-04-07 15:12:33 +0200 (Do, 07 Apr 2011) | 1 line

Reenabling the short form "lcs" in $HOME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/setup/SHM-install.csh

    r366 r368  
    170170else if ($plth > 25)  then 
    171171        if  (-e $HOME/lcs) \rm $HOME/lcs 
    172         if  (-e $HOME/LocSAT) \rm $HOME/LocSAT 
    173         ln -s $locsatpath $HOME/LocSAT 
    174         set locsatpath=$HOME/LocSAT 
     172        ln -s $locsatpath $HOME/lcs 
     173        set locsatpath=$HOME/lcs 
    175174        set plth=`echo $locsatpath | wc -c` 
    176175        if  ($plth > 25)  then 
Note: See TracChangeset for help on using the changeset viewer.