[setup] display message instead of executing it...

Reviewed By: akotulski, mbouaziz

Differential Revision: D5328925

fbshipit-source-id: 472e0ee
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent b8e3ac7438
commit 3ddbb8342e

@ -128,8 +128,8 @@ check_installed () {
opam_failed () {
command=$1
echo
echo "*** ERROR: $command failed" >&2
echo "*** ERROR: Try running `opam update` then try this script again" >&2
printf '*** ERROR: %s failed\n' "$command" >&2
printf '*** ERROR: Try running `opam update` then running this script again\n' >&2
exit 1
}

Loading…
Cancel
Save