"themes/linuxonly.zsh-theme" did not exist on "0a2a981dfeadf0e8cfcf361e792a3e3872f1aef4"
-
Masahiro Yamada authored
In the next commit, I need the image name in lowercase because output files are generally named in lowercase. Unfortunately, TOOL_ADD_IMG takes the first argument in uppercase since we generally use uppercase Make variables. make_helpers/build_macros.mk provides 'uppercase' macro to convert a string into uppercase, but 'lowercase' does not exist. We can implement it if we like, but it would be more straightforward to change the argument of TOOL_ADD_IMG. Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com>
33950dd8