diff options
Diffstat (limited to 'development/scala/profile.d/scala.sh')
-rw-r--r-- | development/scala/profile.d/scala.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/development/scala/profile.d/scala.sh b/development/scala/profile.d/scala.sh index a53787d419..bb58bb3824 100644 --- a/development/scala/profile.d/scala.sh +++ b/development/scala/profile.d/scala.sh @@ -1,4 +1,2 @@ #!/bin/sh export SCALA_HOME=@LIBDIR@/scala -export MANPATH="${MANPATH}:${SCALA_HOME}/man" -export PATH="${PATH}:${SCALA_HOME}/bin" |