explicit "bash -c" no longer needed
This commit is contained in:
parent
43d21e6e31
commit
0ae2ac378e
|
@ -18,7 +18,7 @@
|
|||
<identifier>sky1</identifier>
|
||||
<description>Sky Mote Type #1</description>
|
||||
<source>../../../examples/sky-shell-webserver/sky-shell-webserver.c</source>
|
||||
<command>bash -c 'make clean TARGET=sky && make sky-shell-webserver.sky TARGET=sky DEFINES=WITH_NULLMAC && make clean TARGET=sky'</command>
|
||||
<command>make clean TARGET=sky && make sky-shell-webserver.sky TARGET=sky DEFINES=WITH_NULLMAC && make clean TARGET=sky</command>
|
||||
</motetype>
|
||||
<mote>
|
||||
se.sics.cooja.mspmote.SkyMote
|
||||
|
|
Loading…
Reference in a new issue