fix redirect '&>' which does not work in all shells
Stefan Schuermans

Stefan Schuermans commited on 2012-12-23 18:55:59
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -1,4 +1,4 @@
1
-if echo '#include <flexipix/flexipix.h>' | g++ - -E &>/dev/null
1
+if echo '#include <flexipix/flexipix.h>' | g++ - -E >/dev/null 2>/dev/null
2 2
 then
3 3
   echo CONFIG+=FLP
4 4
   echo DEFINE+=-DBLINKER_CFG_FLEXIPIX
5 5