From 8789247bf9a582173da15f53f8f806046b5224ac Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Wed, 3 Feb 2021 15:24:27 +0100 Subject: [PATCH] print current falafel version --- mobile/gen_bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/gen_bindings.sh b/mobile/gen_bindings.sh index 4b1a1637..ff8a58dd 100755 --- a/mobile/gen_bindings.sh +++ b/mobile/gen_bindings.sh @@ -16,7 +16,7 @@ then version="v$($falafel -v)" if [ $version != $falafelVersion ] then - echo "falafel version $falafelVersion required" + echo "falafel version $falafelVersion required, had $version" exit 1 fi echo "Using plugin $falafel $version"