From: Maxim Belkin Date: Fri, 7 Aug 2020 09:09:53 +0000 (-0500) Subject: Makefile: don't use /bin/bash shell (#484) X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/b12821e9bc1bb856867ceffb2e6ec226ecd3618d Makefile: don't use /bin/bash shell (#484) --- diff --git a/Makefile b/Makefile index a1bc0d9..7d2130f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -# Use /bin/bash instead of /bin/sh -export SHELL = /bin/bash - ## ======================================== ## Commands for both workshop and lesson websites.