From e2866d8dddeaf5c4a15702f1a8efbe656da75331 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 17 Mar 2016 16:25:01 +0500 Subject: [PATCH] export JAVA_HOME --- etc/shell/bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 4327333..98af683 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вт 23 фев 2016 19:16:38 +# Изменён: Ср 16 мар 2016 21:47:28 # ################################################################################ @@ -50,7 +50,7 @@ export MAILCAPS=$SHELLRC/etc/mail/mailcap/mailcap #~/.mailcap export CRON=$SHELLRC/etc/cron/crontab #Задания cron export TMP="/tmp" #Директория временных файлов -export JAVA_HOME="/usr/lib/jvm/oracle-jdk-bin-1.8/bin/" +export JAVA_HOME="/usr/lib/jvm/oracle-jdk-bin-1.8/" #Настройки cw export NOCOLOR_PIPE=1