SCM Repository
Diff of /trunk/rtest/scripts/run_sh.in
Parent Directory
|
Revision Log
|
Patch
revision 1198, Thu May 12 04:18:38 2011 UTC | revision 1199, Thu May 12 12:40:29 2011 UTC | |
---|---|---|
# | Line 5 | Line 5 |
5 | # @configure_input@ | # @configure_input@ |
6 | # | # |
7 | ||
8 | # set up the path so that we can find diderotc and unu | # set up the path so that we can find unu |
9 | # | # |
10 | PATH=/bin:/usr/bin:@TEEM_DIR@/bin:@DIDEROT_BINDIR@ | PATH=/bin:/usr/bin:@TEEM_DIR@/bin |
11 | ||
12 | # this script should be run from the rtest directory | # this script should be run from the rtest directory |
13 | # | # |
# | Line 25 | Line 25 |
25 | case $1 in | case $1 in |
26 | -*) DIDEROTC_FLAGS="$DIDEROTC_FLAGS $1" ;; | -*) DIDEROTC_FLAGS="$DIDEROTC_FLAGS $1" ;; |
27 | *) if [ -x $1 ] ; then | *) if [ -x $1 ] ; then |
28 | DIDEROTC=$1 | case $1 in |
29 | /*) DIDEROTC=$1 ;; # absolute path | |
30 | *) DIDEROTC=$HERE/$1 ;; #relative path | |
31 | esac | |
32 | else | else |
33 | echo "unrecognized argument" | echo "unrecognized argument" |
34 | exit 1 | exit 1 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |