Skip to content

Commit

Permalink
MONDRIAN: fixed workbench.sh in dist mode
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11856]
  • Loading branch information
Will Gorman committed Oct 30, 2008
1 parent 89c1ff1 commit afd1340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workbench/workbench.sh
Expand Up @@ -4,6 +4,9 @@

# Platform specific path-separator.
MONDRIAN_HOME=$(cd $(dirname $0)/..; pwd)
if test ! -d $MONDRIAN_HOME/lib; then
MONDRIAN_HOME=$(pwd)
fi
case $(uname) in
Windows_NT|CYGWIN*)
export PS=";"
Expand Down

0 comments on commit afd1340

Please sign in to comment.