Skip to content

Commit

Permalink
fix broken install-gwt script
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Mar 11, 2011
1 parent a9c3ed9 commit ca47c10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dependencies/common/install-gwt
Expand Up @@ -13,11 +13,12 @@
#
#

set -e

# install dir
INSTALL_DIR=`pwd`

# determine platform
PLATFORM=`uname`

download()
{
if [ "$PLATFORM" == "Darwin" ]
Expand Down

0 comments on commit ca47c10

Please sign in to comment.