Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
remove unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Aug 12, 2014
1 parent f92a19c commit e422f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This allows java to load native libraries installed via homebrew.

if [ -z "$DYLD_FALLBACK_LIBRARY_PATH" ]; then
export DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/lib:/usr/lib"
DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/lib:/usr/lib"
fi

export DYLD_FALLBACK_LIBRARY_PATH="$BOXEN_HOME/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH"
Expand Down

0 comments on commit e422f59

Please sign in to comment.