summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2012-01-09 20:54:32 +0100
committerMartin Quinson <martin.quinson@loria.fr>2012-01-09 20:54:32 +0100
commitc24a5fa8917aabc8b795862ca12d5def54657841 (patch)
tree21be57a0d4e8e241d26feb487df7fef87496f1f6 /Makefile.in
parent5024191518c701748de14043a1a8a3ff2cae0353 (diff)
downloadquilt-c24a5fa8917aabc8b795862ca12d5def54657841.tar.gz
ensure that bash is used as a shell, even if it's not the default one
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@