Skip to content

Commit

Permalink
fix make-distribution.sh show version: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
liguoqiang committed Jan 8, 2014
1 parent 6eef78d commit cf4aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DISTDIR="$FWDIR/dist"
# Get version from SBT
export TERM=dumb # Prevents color codes in SBT output

VERSIONSTRING=$FWDIR/sbt/sbt "show version"
VERSIONSTRING=$($FWDIR/sbt/sbt "show version")

if [ $? == -1 ] ;then
echo -e "You need sbt installed and available on your path."
Expand Down

0 comments on commit cf4aaf9

Please sign in to comment.