Skip to content

Commit

Permalink
fix shell syntax errors on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
iominh committed Jan 21, 2014
1 parent 538a359 commit c21857e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven projects
MARVEN_VERSION=1.4.9

function installJars() {
installJars () {
for f in $1/*
do
if [ -d $f ]
Expand All @@ -22,4 +22,4 @@ function installJars() {
installJars framework

# Comment this out if you don't want to install the plugins
installJars plugins/image
installJars plugins/image

0 comments on commit c21857e

Please sign in to comment.