From 37f4a2fe6ee471444b4328783ca0bf98399fd89d Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 6 Apr 2017 13:38:39 +0300 Subject: [PATCH] [styles] Print style type when building --- tools/unix/generate_drules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unix/generate_drules.sh b/tools/unix/generate_drules.sh index a1848233dc..f5500eada2 100755 --- a/tools/unix/generate_drules.sh +++ b/tools/unix/generate_drules.sh @@ -11,7 +11,7 @@ function BuildDrawingRules() { styleType=$1 styleName=$2 suffix=${3-} - echo "Building drawing rules for style $styleName" + echo "Building drawing rules for style $styleType/$styleName" # Cleanup rm "$DATA_PATH"/drules_proto$suffix.{bin,txt} || true # Run script to build style