From: Maxim Belkin Date: Fri, 13 Dec 2019 17:48:58 +0000 (-0600) Subject: Makefile: Specify shell. Don't include commands.mk X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/38c1c0c457fba5ab71d08f9072b803eb2af84155 Makefile: Specify shell. Don't include commands.mk --- diff --git a/Makefile b/Makefile index 1fdc5d2..14a53a2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# Use /bin/bash instead of /bin/sh +export SHELL = /bin/bash + ## ======================================== ## Commands for both workshop and lesson websites. @@ -142,8 +145,3 @@ lesson-files : lesson-fixme : @fgrep -i -n FIXME ${MARKDOWN_SRC} || true -#------------------------------------------------------------------------------- -# Include extra commands if available. -#------------------------------------------------------------------------------- - --include commands.mk