projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8aa68
)
Only redirect stdout
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 May 2010 19:22:50 +0000
(19:22 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 May 2010 19:22:50 +0000
(19:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945835
13f79535
-47bb-0310-9956-
ffa450edef68
bin/catalina.sh
patch
|
blob
|
history
diff --git
a/bin/catalina.sh
b/bin/catalina.sh
index
b834128
..
6e93e94
100755
(executable)
--- a/
bin/catalina.sh
+++ b/
bin/catalina.sh
@@
-105,7
+105,7
@@
done
PRGDIR=`dirname "$PRG"`
# Only set CATALINA_HOME if not already set
-[ -z "$CATALINA_HOME" ] && CATALINA_HOME=`cd "$PRGDIR/.." >/dev/null
2>&1
; pwd`
+[ -z "$CATALINA_HOME" ] && CATALINA_HOME=`cd "$PRGDIR/.." >/dev/null; pwd`
# Ensure that any user defined CLASSPATH variables are not used on startup,
# but allow them to be specified in setenv.sh, in rare case when it is needed.