From 76c8f50ccf1f27469322600f048b33670709831f Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Mon, 23 Oct 2023 10:55:27 -0700 Subject: [PATCH] rename cmake-makefile --- cmake-makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake-makefile b/cmake-makefile index cc4d3de5f..ac39af253 100644 --- a/cmake-makefile +++ b/cmake-makefile @@ -5,9 +5,9 @@ # This Makefile is a helper file to run the cmake CMakelists.txt present in this project # This is an alternative build system for Synlig when used in a cmake-based project. - # Use bash as the default shell -SHELL := /bin/bash +SHELL := /usr/bin/env bash + ifdef $(LC_ALL) undefine LC_ALL