aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorAshlee Young <ashlee@onosfw.com>2015-10-23 10:49:22 -0700
committerAshlee Young <ashlee@onosfw.com>2015-10-23 10:49:22 -0700
commit711c5e1ffd4af8ee38c45b71ff114319fc980c1d (patch)
tree4e3f87fc1cd659846bd09c95efad8493a77d0034 /build.sh
parentfa354d1f604894f94ce60a24cf48453204abfe05 (diff)
Corrected typo and update environment variables
Change-Id: I46d9cdb53a88b8b69b76e91d6f0d396f8b1a19a8 Signed-off-by: Ashlee Young <ashlee@onosfw.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 84387a96..2a6b78aa 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@
##### Settings #####
VERSION=1.0.0
AUTHOR="Ashlee Young"
-MODIFIED="October 18, 2015"
+MODIFIED="October 23, 2015"
GERRITURL="git clone ssh://im2bz2pee@gerrit.opnfv.org:29418/onosfw"
ONOSURL="https://github.com/opennetworkinglab/onos"
SURICATAURL="https://github.com/inliniac/suricata"
@@ -171,7 +171,7 @@ installMaven()
cd $GERRITROOT
fi
else
- printf "Maven looks to be peroply installed at $M2_HOME. \n\n"
+ printf "Maven looks to be properly installed at $M2_HOME. \n\n"
fi
}
##### End Install Maven #####