commit 58411fe033287cb30dc167acd4e24b0962bbd4c3
Author: Richard Kimberly Heck <[email protected]>
Date:   Wed Jun 3 17:17:38 2020 -0400

    Notes for build script. Will fix later.
---
 development/tools/lyx-build |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index 5fd4e30..42840ba 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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to