Changeset 125


Ignore:
Timestamp:
12/08/09 12:46:48 (15 years ago)
Author:
ogrimm
Message:
Included environment variables for DIM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Scripts/Logon

    r119 r125  
    33# The revision warning is given only once at login.
    44
    5 # User specific aliases and functions
    65export LD_LIBRARY_PATH=/usr/local/qwt-5.2.0/lib:$LD_LIBRARY_PATH
    76export PATH=/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
    8 alias n=nedit
     7export DIM_DNS_NODE=ihp-pc26.ethz.ch
     8export DIM_HOST_NODE=$HOST.ethz.ch
    99
    1010# Check if repository is a mixed or locally modified version (only for login shell))
     11
    1112if shopt -q login_shell; then
    12 if [[ `svnversion fact_repos.svn -n` =~ [:M] ]]
     13if [[ `svnversion fact_repos* -n` =~ [:M] ]]
    1314  then
    1415    xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
     
    1920fi
    2021fi
    21 
Note: See TracChangeset for help on using the changeset viewer.