Stop adding useless space at the end of each default awesomerc line
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6036e68e85
commit
74ab56b1b2
|
@ -61,7 +61,7 @@ defconfig.h: awesomerc
|
|||
@echo "generating defconfig.h from awesomerc"
|
||||
@echo "static const char *AWESOME_DEFAULT_CONFIG = " > defconfig.h
|
||||
@echo -n "\"" >> defconfig.h
|
||||
@$(SED) 's,\\,\\\\,g;s/$$/ \\n\\/;s/"/\\"/g' "awesomerc" >> defconfig.h
|
||||
@$(SED) 's,\\,\\\\,g;s/$$/\\n\\/;s/"/\\"/g' "awesomerc" >> defconfig.h
|
||||
@echo "\";" >> defconfig.h
|
||||
|
||||
CLEANFILES += uicbgen.h
|
||||
|
|
Loading…
Reference in New Issue