Changeset 10913 for fact/tools
- Timestamp:
- 06/06/11 14:35:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/Scripts/Logon
r10118 r10913 12 12 export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH 13 13 export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:$QTDIR/bin:.:$PATH 14 15 # Check if repository is a mixed or locally modified version (only for login shell))16 # The revision warning is given only once at login.17 18 if [ "${USER}" = "daqct3" ]; then19 #if shopt -q login_shell; then20 if [[ `svnversion $REPOS_DIR/drsdaq -n` == *:* ]] || [[ `svnversion $REPOS_DIR/drsdaq -n` == *M ]]; then21 xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number';22 echo 'Make an update before starting a run!';23 echo 'Contact O.Grimm or Q.Weitzel in case you need help';24 echo 'Hit return to continue';25 read;"26 #fi27 fi28 fi
Note:
See TracChangeset
for help on using the changeset viewer.