blob: a02ebcf9769e62e8dda3015977982a56988303cc [file] [log] [blame]
nosnhojnb0d8f382012-04-02 16:08:33 -06001#!/usr/bin/bash
nosnhojn246c4012011-11-22 21:47:37 -07002
neil johnsonc749da32018-08-21 14:29:02 -04003############################################################################
nosnhojn246c4012011-11-22 21:47:37 -07004#
Tudor Timi516905c2020-08-15 17:30:35 +02005# Copyright 2011 The SVUnit Authors.
6#
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 Timi516905c2020-08-15 17:30:35 +020010#
neil johnsonc749da32018-08-21 14:29:02 -040011# http://www.apache.org/licenses/LICENSE-2.0
Tudor Timi516905c2020-08-15 17:30:35 +020012#
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.
nosnhojn246c4012011-11-22 21:47:37 -070018#
neil johnsonc749da32018-08-21 14:29:02 -040019############################################################################
nosnhojn246c4012011-11-22 21:47:37 -070020
nosnhojn246c4012011-11-22 21:47:37 -070021export SVUNIT_INSTALL=`pwd`
22if [ "${PATH/$SVUNIT_INSTALL\/bin/}" == "$PATH" ]; then
23 export PATH=$PATH:$SVUNIT_INSTALL"/bin"
24fi