
#8783: make ghc-pwd-bindist script /bin/sh compatible for Solaris -------------------------------------+------------------------------------- Reporter: maeder | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc2 Resolution: fixed | 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: -------------------------------------+------------------------------------- Comment (by kgardas): If you insist on your first patch, then what about {{{ - CC=$(CCX) NM=$(NM) AR=$(AR_STAGE1) $(SHELL) ./configure \ + CC=$(CCX) NM=$(NM) AR=$(AR_STAGE1) $$SHELL ./configure \ }}} which should mean that the configure is run not by detected shell and saved into SHELL makefile variable, but rather with the original shell of the user which is saved in SHELL environment variable -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8783#comment:24 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler