nosnhojn | 525dd98 | 2012-03-08 01:47:03 -0500 | [diff] [blame] | 1 | #/usr/bin/csh |
| 2 | |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 3 | ############################################################################ |
nosnhojn | 525dd98 | 2012-03-08 01:47:03 -0500 | [diff] [blame] | 4 | # |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 5 | # Copyright 2011 XtremeEDA Corp. |
Tudor Timi | 36f379b | 2020-01-03 18:59:36 +0100 | [diff] [blame^] | 6 | # |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 7 | # 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 Timi | 36f379b | 2020-01-03 18:59:36 +0100 | [diff] [blame^] | 10 | # |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
Tudor Timi | 36f379b | 2020-01-03 18:59:36 +0100 | [diff] [blame^] | 12 | # |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 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. |
nosnhojn | 525dd98 | 2012-03-08 01:47:03 -0500 | [diff] [blame] | 18 | # |
neil johnson | c749da3 | 2018-08-21 14:29:02 -0400 | [diff] [blame] | 19 | ############################################################################ |
| 20 | |
nosnhojn | 525dd98 | 2012-03-08 01:47:03 -0500 | [diff] [blame] | 21 | setenv SVUNIT_INSTALL `pwd` |
| 22 | if ( $PATH =~ *$SVUNIT_INSTALL* ) then |
| 23 | else |
| 24 | setenv PATH ${PATH}:$SVUNIT_INSTALL/bin |
| 25 | endif |