Project

General

Profile

« Previous | Next » 

Revision 6106c789

Added by koszko almost 2 years ago

rewrite parts of build script in awk

View differences:

process_html_file.sh
12 12
FILEKEY=$(sanitize "$FILE")
13 13

  
14 14
if [ "x$(map_get HTML_FILENAMES $FILEKEY)" = "xyes" ]; then
15
    errcho "import loop on $FILE"
15
    printf 'import loop on %s\n' "$FILE" >&2
16 16
    exit 1
17 17
fi
18 18

  

Also available in: Unified diff