Last change
on this file since 107 was 84, checked in by daqct3, 15 years ago |
Added shared library path for qwt
|
File size:
757 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=/usr/local/qwt-5.2.0/lib:$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, M. Rissi 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.