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

Commit e422f59

Browse files
committed
remove unnecessary export
1 parent f92a19c commit e422f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This allows java to load native libraries installed via homebrew.
55

66
if [ -z "$DYLD_FALLBACK_LIBRARY_PATH" ]; then
7-
export DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/lib:/usr/lib"
7+
DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/lib:/usr/lib"
88
fi
99

1010
export DYLD_FALLBACK_LIBRARY_PATH="$BOXEN_HOME/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH"

0 commit comments

Comments
 (0)