|
Last change
on this file since 76 was 76, checked in by daqct3, 16 years ago |
|
Scripts for starting DAQ-related programs
|
|
File size:
724 bytes
|
| Line | |
|---|
| 1 | # This script file is sourced in .bashrc
|
|---|
| 2 | #
|
|---|
| 3 | # The revision warning is given only once at login.
|
|---|
| 4 |
|
|---|
| 5 | # User specific aliases and functions
|
|---|
| 6 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
|---|
| 7 | export PATH=/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH
|
|---|
| 8 | alias n=nedit
|
|---|
| 9 |
|
|---|
| 10 | # Check if repository is a mixed or locally modified version (only for login shell))
|
|---|
| 11 | if shopt -q login_shell; then
|
|---|
| 12 | if [[ `svnversion fact_repos.svn -n` =~ [:M] ]]
|
|---|
| 13 | then
|
|---|
| 14 | xterm -e "echo 'Warning: fact_repos.svn does not have a single revision number';
|
|---|
| 15 | echo 'Make an update before starting a run!';
|
|---|
| 16 | echo 'Contact O.Grimm, T.Kraehenbuehl or Q.Weitzel in case you need help';
|
|---|
| 17 | echo 'Hit return to continue';
|
|---|
| 18 | read;"
|
|---|
| 19 | fi
|
|---|
| 20 | fi
|
|---|
| 21 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.