diff options
| author | John Whittington <john@jbrengineering.co.uk> | 2017-09-01 12:42:45 +0000 |
|---|---|---|
| committer | John Whittington <john@jbrengineering.co.uk> | 2017-09-01 12:42:45 +0000 |
| commit | 4c4c9ac2f0d074d9f9ec8d1b2ef82564955513ed (patch) | |
| tree | a893ba606790c386e099794c0eef1bbec33e1024 /Common.mk | |
| parent | 62f2d7081511ec2563fb511414a8cf8051e38737 (diff) | |
| parent | 5fcd04cdef9b8378fe0a9cafe426321a62d9bdbd (diff) | |
Merge with upstream
Diffstat (limited to 'Common.mk')
| -rw-r--r-- | Common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ runscript_if_exists = \ # For message printing: pad the right side of the first argument with spaces to # the number of bytes indicated by the second argument. -space_pad_to = $(shell echo $(1) " " | head -c$(2)) +space_pad_to = $(shell echo "$(1) " | head -c$(2)) # Call with some text, and a prefix tag if desired (like [AUTODETECTED]), show_config_info = $(call arduino_output,- $(call space_pad_to,$(2),20) $(1)) |
