From 658816ddc9b6c22ddb9de27b82fc15af2a473723 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Apr 2008 09:54:23 +0000 Subject: * Make really sure that we use bash. The line NEED_PROG(shell, bash) actually uses the content of $shell if set, which often points at /bin/sh. --- substitute.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'substitute.mk') diff --git a/substitute.mk b/substitute.mk index bdc9c435015e..ed60c53a89a6 100644 --- a/substitute.mk +++ b/substitute.mk @@ -9,7 +9,7 @@ -e "s^@libexecdir\@^$(libexecdir)^g" \ -e "s^@storedir\@^$(storedir)^g" \ -e "s^@system\@^$(system)^g" \ - -e "s^@shell\@^$(shell)^g" \ + -e "s^@shell\@^$(bash)^g" \ -e "s^@curl\@^$(curl)^g" \ -e "s^@bzip2\@^$(bzip2_bin)/bzip2^g" \ -e "s^@bunzip2\@^$(bzip2_bin)/bunzip2^g" \ -- cgit 1.4.1