
#8783: make ghc-pwd-bindist script /bin/sh compatible for Solaris -------------------------------------+------------------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc2 Resolution: | Keywords: Operating System: Solaris | Architecture: Unknown/Multiple Type of failure: Building GHC | Difficulty: Easy (less than 1 failed | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by maeder): * difficulty: Unknown => Easy (less than 1 hour) * milestone: => 7.8.1 * os: Unknown/Multiple => Solaris * version: 7.8.1-rc1 => 7.8.1-rc2 * failure: None/Unknown => Building GHC failed Comment: Replying to [comment:2 maeder]:
The $(SHELL) setting from configure is not taken, because mk/config.mk.in contains /bin/sh hard-coded. A fix might be:
{{{ -SHELL = /bin/sh +SHELL = @SHELL@ }}}
I propose to commit this change in line 655 of mk/config.mk.in as it is still relevant for me and ghc-7.8.1-rc2. Could someone do this? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8783#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler