commit 54ce7f9b878203c50b22b8700ccfef1a712b1ad8
parent 2b20f6163358b6ceeaef55392fb42685c2709bbf
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Mon, 7 Mar 2016 14:43:00 +0100
fix else/if
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/fileset.awk b/bin/fileset.awk
@@ -183,7 +183,7 @@ function process_statement() {
if(cchar ~ /[bB]/) {
funcs[func_name] = "\tbase64 <<<"quoted(content)
- if(cchar ~ /[X]/) {
+ } else if(cchar ~ /[X]/) {
funcs[func_name] = "\txxd -r <<<"quoted(content)
} else {
# unless disabled with the N flag, append newline at the end of