From fc5c547119d4160f71b9fc6f16cba8f8b0406fcc Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Gelinas Date: Tue, 8 Feb 2011 15:44:42 -0500 Subject: [PATCH] tool: gccx use long version of the redirection MacOS does not like the short one. Signed-off-by: Jean-Sebastien Gelinas Signed-off-by: Jean Privat --- bin/gccx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gccx b/bin/gccx index 6bcd9cf..ef8af1f 100755 --- a/bin/gccx +++ b/bin/gccx @@ -67,7 +67,7 @@ return $res } cache=true -if ccache -V 2>&1 >/dev/null; then +if ccache -V 2>/dev/null >/dev/null; then cache=ccache fi -- 1.7.9.5