src/pmdas/pmcd/src 510> make ./objstyle: line 42: [: missing `]' Index: devpcp/src/pmdas/pmcd/src/objstyle =================================================================== --- devpcp.orig/src/pmdas/pmcd/src/objstyle 2007-03-19 16:33:58.228789000 +1100 +++ devpcp/src/pmdas/pmcd/src/objstyle 2007-03-19 16:34:03.389111500 +1100 @@ -39,7 +39,7 @@ then elif [ -f /usr/share/magic ] then appstyle=`file -m /usr/share/magic dummy.o` -elif [ -f /etc/magic] +elif [ -f /etc/magic ] then appstyle=`file -m /etc/magic dummy.o` else