Skip to content

Commit

Permalink
narwhal.local.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Nov 13, 2009
1 parent ae41ce8 commit 262ddf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/narwhal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ if [ -f "$NARWHAL_HOME/narwhal.conf" ]; then
source "$NARWHAL_HOME"/narwhal.conf
fi

# load narwhal.local.conf in pwd if it exists
if [ -f "narwhal.local.conf" ]; then
source "narwhal.local.conf"
fi

if [ -n "$NARWHAL_DEBUG" ]; then
export NARWHAL_DEBUG
fi
Expand Down

0 comments on commit 262ddf0

Please sign in to comment.