[commit: testsuite] ghc-7.6: Require /bin/sh instead of bash in T6106. (e416052)
Paolo Capriotti <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.6 http://hackage.haskell.org/trac/ghc/changeset/e416052f6ae04e7a25d31376e4c7295883e328e3 >--------------------------------------------------------------- commit e416052f6ae04e7a25d31376e4c7295883e328e3 Author: Paolo Capriotti <[email protected]> Date: Thu Nov 1 14:34:07 2012 +0000 Require /bin/sh instead of bash in T6106. >--------------------------------------------------------------- tests/ghci/scripts/T6106_preproc.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghci/scripts/T6106_preproc.sh b/tests/ghci/scripts/T6106_preproc.sh index f9ac397..56ca608 100755 --- a/tests/ghci/scripts/T6106_preproc.sh +++ b/tests/ghci/scripts/T6106_preproc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # file T6106_preproc.sh #