blob: 9ff31707494133303f3ac2a09f17cb04a96a954c [file] [log] [blame]
nosnhojn525dd982012-03-08 01:47:03 -05001#/usr/bin/csh
2
neil johnsonc749da32018-08-21 14:29:02 -04003############################################################################
nosnhojn525dd982012-03-08 01:47:03 -05004#
neil johnsonc749da32018-08-21 14:29:02 -04005# Copyright 2011 XtremeEDA Corp.
nosnhojn525dd982012-03-08 01:47:03 -05006#
neil johnsonc749da32018-08-21 14:29:02 -04007# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
nosnhojn525dd982012-03-08 01:47:03 -050010#
neil johnsonc749da32018-08-21 14:29:02 -040011# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
nosnhojn525dd982012-03-08 01:47:03 -050018#
neil johnsonc749da32018-08-21 14:29:02 -040019############################################################################
20
21export SVUNIT_INSTALL=`pwd`
22if [ "${PATH/$SVUNIT_INSTALL\/bin/}" == "$PATH" ]; then
23
nosnhojn525dd982012-03-08 01:47:03 -050024setenv SVUNIT_INSTALL `pwd`
25if ( $PATH =~ *$SVUNIT_INSTALL* ) then
26else
27 setenv PATH ${PATH}:$SVUNIT_INSTALL/bin
28endif