diff --git a/platform/sky/Makefile.common b/platform/sky/Makefile.common index 10c9ff8d3..212f95554 100644 --- a/platform/sky/Makefile.common +++ b/platform/sky/Makefile.common @@ -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 \ | \