From 955fbc3c5adbfd3b2c4c5803c6273f27a0c3bb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Wed, 20 Feb 2013 19:50:29 +0100 Subject: [PATCH] Add missing brace in sky Makefile --- platform/sky/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ | \