fileset

git mirror of https://ccx.te2000.cz/bzr/fileset
git clone https://ccx.te2000.cz/git/fileset
Log | Files | Refs | README

commit 54ce7f9b878203c50b22b8700ccfef1a712b1ad8
parent 2b20f6163358b6ceeaef55392fb42685c2709bbf
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Mon,  7 Mar 2016 14:43:00 +0100

fix else/if
Diffstat:
Mbin/fileset.awk | 2+-
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