Skip to content

Commit 3984c3a

Browse files
committed
removed unnecessary exports
1 parent 490b91e commit 3984c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/bin/common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ JLINE_TERMINAL_JNA=$(find_lib "*jline-terminal-jna-3*")
161161

162162
DEBUG_STR=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005
163163

164-
export saved_stty PROG_HOME DEBUG_STR PSEP SCALA_LIB DOTTY_LIB SCALA_ASM SBT_INTF DOTTY_INTF DOTTY_COMP TASTY_CORE
164+
export saved_stty DEBUG_STR PSEP SCALA_LIB DOTTY_LIB SCALA_ASM SBT_INTF DOTTY_INTF DOTTY_COMP TASTY_CORE
165165
export DOTTY_STAGING DOTTY_TASTY_INSPECTOR JLINE_READER JLINE_TERMINAL JLINE_TERMINAL_JNA JNA JAVACMD SCALA_OPTS
166166
export cygwin mingw msys darwin conemu CLASSPATH_SUFFIX
167-
export -f onExit restoreSttySettings find_lib
167+
export -f onExit find_lib

0 commit comments

Comments
 (0)