fix by removing the leading whitespaces 64/63164/1 accepted/tizen/ivi/20160323.012842 accepted/tizen/mobile/20160323.012737 accepted/tizen/tv/20160323.012801 accepted/tizen/wearable/20160323.012817 submit/tizen/20160322.091827
authorMyoungJune Park <mj2004.park@samsung.com>
Tue, 22 Mar 2016 09:16:00 +0000 (18:16 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Tue, 22 Mar 2016 09:16:00 +0000 (18:16 +0900)
Change-Id: Ia4285aa82a563e1a600a0743e1b9d52650ab83ff

Makefile

index 69df945..f037ad6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ init:
        rm $@
 
 postproc:
+       sed -i 's/^ *//' ./scripts/all.sh
        grep . ./scripts/all.sh | grep "^#default" > scripts/default.sh
 ifneq ($(model), )
        grep . ./scripts/all.sh | egrep "^#$(MODEL) " > scripts/product.sh || true