From 58411fe033287cb30dc167acd4e24b0962bbd4c3 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Wed, 3 Jun 2020 17:17:38 -0400 Subject: [PATCH] Notes for build script. Will fix later. --- development/tools/lyx-build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 5fd4e30d32..42840ba316 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -46,7 +46,10 @@ VERSION=$(head configure.ac | grep AC_INIT | perl -e 'while (<>) {m/AC_INIT\(LyX VERSION_BASE="${VERSION%-*}"; DEVEL_RELEASE=""; +# FIXME This test is wrong if [ "$VERSION" != "$VERSION_BASE" ]; then + echo "Need to fix something."; + exit 1; DEVEL_RELEASE="TRUE"; PATCH=""; fi