mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user