blob: b71ac57c5b3235a51e1fdd152d83ebef42e6dd81 [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.
Tudor Timi36f379b2020-01-03 18:59:36 +01006#
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
Tudor Timi36f379b2020-01-03 18:59:36 +010010#
neil johnsonc749da32018-08-21 14:29:02 -040011# http://www.apache.org/licenses/LICENSE-2.0
Tudor Timi36f379b2020-01-03 18:59:36 +010012#
neil johnsonc749da32018-08-21 14:29:02 -040013# 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
nosnhojn525dd982012-03-08 01:47:03 -050021setenv SVUNIT_INSTALL `pwd`
22if ( $PATH =~ *$SVUNIT_INSTALL* ) then
23else
24 setenv PATH ${PATH}:$SVUNIT_INSTALL/bin
25endif