Skip to content
Snippets Groups Projects
Commit c59c3e41 authored by Jamil's avatar Jamil
Browse files

modified to work with .cshrc

parent d85d0117
Branches
Tags
No related merge requests found
......@@ -3,11 +3,12 @@
set called=($_)
if ("$called" != "") then
set scriptdir=$called[2]
set MYDIR=`dirname $scriptdir`
set MYDIR=`cd $MYDIR && pwd` # ensure absolute path
else
set scriptdir=$0
set scriptdir=$1
set MYDIR=$scriptdir
endif
set MYDIR=`dirname $scriptdir`
set MYDIR=`cd $MYDIR && pwd` # ensure absolute path
setenv ANALYZER $MYDIR/podd
setenv HCANALYZER $MYDIR
# Check if LD_LIBRARY_PATH is defined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment