From 8684e1be9c1ad7a01b07d0e1571170e22ef4e20c Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 3 Feb 2021 12:44:11 -0800 Subject: [PATCH] Fix for missing cscript/simple.calc in tarball --- cscript/Makefile | 5 +++-- cscript/simple.calc | 0 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 cscript/simple.calc diff --git a/cscript/Makefile b/cscript/Makefile index 2a11d4b..6023c11 100644 --- a/cscript/Makefile +++ b/cscript/Makefile @@ -1,7 +1,7 @@ # # cscript - makefile for calc shell script files # -# Copyright (C) 1999-2006,2014,2017 Landon Curt Noll +# Copyright (C) 1999-2006,2014,2017,2021 Landon Curt Noll # # Calc is open software; you can redistribute it and/or modify it under # the terms of the version 2.1 of the GNU Lesser General Public License @@ -199,7 +199,8 @@ SCRIPT= 4dsphere fproduct mersenne piforever plus powerterm \ simple square SCRIPT_SRC= 4dsphere.calc fproduct.calc mersenne.calc \ - piforever.calc plus.calc powerterm.calc simple.calc + piforever.calc plus.calc powerterm.calc simple.calc \ + square.calc # These files are found (but not built) in the distribution # diff --git a/cscript/simple.calc b/cscript/simple.calc old mode 100755 new mode 100644