[commit: testsuite] master: use /bin/sh, not /bin/bash (#7244) (de338ff)

Simon Marlow marlowsd at gmail.com
Fri Sep 21 15:13:07 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/de338ff7a733b63139b16f026a7a7504289ea88a

>---------------------------------------------------------------

commit de338ff7a733b63139b16f026a7a7504289ea88a
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Fri Sep 21 13:38:46 2012 +0100

    use /bin/sh, not /bin/bash (#7244)

>---------------------------------------------------------------

 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
 #





More information about the Cvs-ghc mailing list