Skip to content

Commit

Permalink
MONDRIAN: Fix loadFoodMart.sh for MacOS.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14555]
  • Loading branch information
julianhyde committed Aug 19, 2011
1 parent 23d4125 commit 437e8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/loadFoodMart.sh
Expand Up @@ -3,14 +3,14 @@
# This software is subject to the terms of the Eclipse Public License v1.0
# Agreement, available at the following URL:
# http://www.eclipse.org/legal/epl-v10.html.
# Copyright (C) 2008-2010 Julian Hyde and others.
# Copyright (C) 2008-2011 Julian Hyde and others.
# All Rights Reserved.
# You must accept the terms of that agreement to use this software.
#
# Sample scripts to load Mondrian's database for various databases.

case $(uname) in
Linux) PS=: ;;
Linux|Darwin) PS=: ;;
*) PS=\; ;;
esac

Expand Down

0 comments on commit 437e8fa

Please sign in to comment.