Skip to content
Snippets Groups Projects
Commit 04d83fc3 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #360 from witgo/master

fix make-distribution.sh show version: command not found
parents 56ebfeaa cf4aaf92
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ DISTDIR="$FWDIR/dist" ...@@ -44,7 +44,7 @@ DISTDIR="$FWDIR/dist"
# Get version from SBT # Get version from SBT
export TERM=dumb # Prevents color codes in SBT output export TERM=dumb # Prevents color codes in SBT output
VERSIONSTRING=$FWDIR/sbt/sbt "show version" VERSIONSTRING=$($FWDIR/sbt/sbt "show version")
if [ $? == -1 ] ;then if [ $? == -1 ] ;then
echo -e "You need sbt installed and available on your path." echo -e "You need sbt installed and available on your path."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment