diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |