Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
c59c3e41
Commit
c59c3e41
authored
11 years ago
by
Jamil
Browse files
Options
Downloads
Patches
Plain Diff
modified to work with .cshrc
parent
d85d0117
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.csh
+4
-3
4 additions, 3 deletions
setup.csh
with
4 additions
and
3 deletions
setup.csh
+
4
−
3
View file @
c59c3e41
...
@@ -3,11 +3,12 @@
...
@@ -3,11 +3,12 @@
set called=($_)
set called=($_)
if ("$called" != "") then
if ("$called" != "") then
set scriptdir=$called[2]
set scriptdir=$called[2]
set MYDIR=`dirname $scriptdir`
set MYDIR=`cd $MYDIR && pwd` # ensure absolute path
else
else
set scriptdir=$0
set scriptdir=$1
set MYDIR=$scriptdir
endif
endif
set MYDIR=`dirname $scriptdir`
set MYDIR=`cd $MYDIR && pwd` # ensure absolute path
setenv ANALYZER $MYDIR/podd
setenv ANALYZER $MYDIR/podd
setenv HCANALYZER $MYDIR
setenv HCANALYZER $MYDIR
# Check if LD_LIBRARY_PATH is defined
# Check if LD_LIBRARY_PATH is defined
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment