Skip to content

Commit

Permalink
Merge pull request #3832 from Mic92/shell-impurity
Browse files Browse the repository at this point in the history
fix make's impurity on /bin/sh
  • Loading branch information
edolstra authored Jul 18, 2020
2 parents 0e9fb4a + 5526683 commit 31826c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ LIBLZMA_LIBS = @LIBLZMA_LIBS@
OPENSSL_LIBS = @OPENSSL_LIBS@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
SHELL = @bash@
SODIUM_LIBS = @SODIUM_LIBS@
SQLITE3_LIBS = @SQLITE3_LIBS@
bash = @bash@
Expand Down

0 comments on commit 31826c6

Please sign in to comment.