changeset 2443:fc2f36b74dd7

Require GNU bash for now due to laziness and we want to use {} brace expansion for filename matching.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 May 2022 13:26:48 +0300
parents 520a9a25b70f
children c2a52df64cca
files README config.mak
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu May 12 13:25:49 2022 +0300
+++ b/README	Thu May 12 13:26:48 2022 +0300
@@ -38,7 +38,7 @@
  - Perl 5.10 or later
  - ImageMagick (GraphicsMagick might not work)
  - GNU diff, patch, make and sed
- - bash, dash or some other reasonable shell
+ - GNU bash or some other reasonable shell (dash fails to expand {} braces)
  - TNSP "th-libs" C utility code library, usually you need the latest
    one for the latest maputils, available as Mercurial repository at
    https://tnsp.org/hg/th-libs/
--- a/config.mak	Thu May 12 13:25:49 2022 +0300
+++ b/config.mak	Thu May 12 13:26:48 2022 +0300
@@ -1,6 +1,9 @@
 ###
 ### Global settings
 ###
+# Unfortunately we require Bash for now due to {} brace expansion
+SHELL = /bin/bash
+
 THLIBS = th-libs/
 CFLAGS += -I$(THLIBS) -I.