get the string test right ....
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 4 Sep 2006 13:53:23 +0000 (13:53 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 4 Sep 2006 13:53:23 +0000 (13:53 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@364 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

common.fns

index 2105be0a562a41c455e8b5aa0ccf658bb60c5fb0..0bf051cd67c44b2fc9cad931223d7bd150232681 100644 (file)
@@ -1,6 +1,6 @@
 # common trees that need no special treatment
 
-if [ -n "$compiler" ]; then
+if [ -z "$compiler" ]; then
    compiler=gcc
 fi