[ccache] [PATCH] Use bash for test.sh.

Andrew Stubbs ams at codesourcery.com
Mon Nov 5 10:55:10 MST 2012


The test script fails with shells other than bash. At least dash
doesn't work.

Signed-off-by: Andrew Stubbs <ams at codesourcery.com>
---
  test.sh |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.sh b/test.sh
index 4c78617..a334f62 100755
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
  #
  # A simple test suite for ccache.
  #
-- 
1.7.10.4



More information about the ccache mailing list