Skip to content
Snippets Groups Projects
Commit cf4aaf92 authored by liguoqiang's avatar liguoqiang
Browse files

fix make-distribution.sh show version: command not found

parent 6eef78d7
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
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