Skip to content
Snippets Groups Projects
Commit 021cca70 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix yarn configure message

parent ac40bf10
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ esac
YARNJS=`yarn --version`
case $YARNJS in
1.*)
echo " - node $YARNJS found"
echo " - yarn $YARNJS found"
;;
*)
echo "Ivette requires yarn to be installed."
......@@ -117,6 +117,9 @@ rm -f $PREFIX/lib/frama-c/ivette.tgz
# --------------------------------------------------------------------------
echo "Launching Ivette..."
# --------------------------------------------------------------------------
echo "Temp dir: $TMPDIR"
echo "PREFIX dir: $PREFIX"
echo "Current dir: $PWD"
exec $PREFIX/bin/ivette $*
# --------------------------------------------------------------------------
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