1#!/usr/bin/env bash
2
3# Copyright 2016 The Fuchsia Authors
4# Copyright (c) 2008 Travis Geiselbrecht
5#
6# Use of this source code is governed by a MIT-style
7# license that can be found in the LICENSE file or at
8# https://opensource.org/licenses/MIT
9
10DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11LOCAL_TOOLPATH="$DIR/toolpaths.local"
12if [ -e "$LOCAL_TOOLPATH" ]
13then
14  source $LOCAL_TOOLPATH
15fi
16