mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Add missing brace in sky Makefile
This commit is contained in:
parent
a7b3e99644
commit
955fbc3c5a
@ -97,7 +97,7 @@ else
|
||||
ifdef MOTEIDS
|
||||
MOTES = $(foreach MOTEID, $(MOTEIDS), $(shell $(MOTELIST) 2>&- | grep $(MOTEID) | \
|
||||
cut -f 4 -d \ | \
|
||||
perl -ne 'print $$1 . " " if(m-(/dev/[\w+\.\-]+)-);')
|
||||
perl -ne 'print $$1 . " " if(m-(/dev/[\w+\.\-]+)-);'))
|
||||
else
|
||||
MOTES = $(shell $(MOTELIST) 2>&- | grep USB | \
|
||||
cut -f 4 -d \ | \
|
||||
|
Loading…
Reference in New Issue
Block a user