install: use bash shell to translate init scripts

Set init Makefile to use bash as shell to correctly expand the $''
syntax used in translate-in-script.
This commit is contained in:
Xavier Delaruelle
2021-08-15 19:56:23 +02:00
parent f5c44fdfdf
commit e48e8a45d4

View File

@@ -1,6 +1,9 @@
.PHONY: dist-win install install-testconfig uninstall-testconfig uninstall \
clean
# use bash shell to correctly expand the $'' syntax used in translate-in-script
SHELL = /usr/bin/env bash
SH_LIKE = sh ksh bash zsh profile.sh bash_completion
CSH_LIKE = csh tcsh tcsh_completion profile.csh
OTHER = perl.pm python.py ruby.rb lisp tcl fish cmake r.R