summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-12-10 13:10:14 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-12-10 13:52:28 +0100
commit875ee6358b2adf3010090d52a2106ea30c1ae1cf (patch)
tree894449bb1f6b7edc1ddc0efc66ab7f84f60e59fc /set_soenv.in
parent74a167e1035ff3e800ba9d53d3be14569f9f1234 (diff)
Don't "sed" bash away in configure just to add it back in set_soenv
Keep the full bash path. Made sure it is not used anywhere else. No functional change at all. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 855d18452275..40e31a2fac84 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -886,8 +886,8 @@ $JAVA_HOME = PathFormat('@JAVA_HOME@') ;
if ( $platform =~ m/cygwin|os2/ ) {
$JAVA_HOME =~ s/[\s\/]+$//; # remove trailing \n or \/ if there is any.
}
-# 3. shell path.
-$OOO_SHELL = '@SHELLPATH@'."\/bash";
+# 3. bash path.
+$OOO_SHELL = '@BASH@';
if ( '@STLPORT4@' eq $no_stl )
{