mirror of https://github.com/sbt/sbt.git
Be more transparent when `shasum` is unavailable
This commit is contained in:
parent
97247845fe
commit
0fd590ffda
2
sbt
2
sbt
|
|
@ -158,7 +158,7 @@ acquire_sbt_jar () {
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echoerr "('shasum' missing on path - $launcher_sv integrity check SKIPPED!)"
|
echoerr "$(command shasum 2>&1 | grep -o 'shasum:.*') - JAR checksum verification SKIPPED!"
|
||||||
mv "${download_jar}.temp" "${download_jar}"
|
mv "${download_jar}.temp" "${download_jar}"
|
||||||
fi
|
fi
|
||||||
if [[ -f "$download_jar" ]]; then
|
if [[ -f "$download_jar" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue