summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 797eced..2b2616e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,6 +24,7 @@ CP := @CP@
DATE := @DATE@
PERL := @PERL@
BASH := @BASH@
+SHELL:= @BASH@ # It does not work if dash is used as a shell, for example
GREP := @GREP@
TAIL := @TAIL@
TR := @TR@