unifont-7.0.06.tar.gz
[unifont.git] / src / unihexfill
index 2008f32fc69afa27477f07fc1c3e2c91a5260d2e..8a270c7b1e57925b6a4532e1f2c09da8f9b8611b 100755 (executable)
@@ -2,6 +2,7 @@
 
 # input is a start, stop range pair
 # output is a list of code points with hexadecimal filler glyphs
+set -e
 grep "^[0-9A-Fa-f]" $1 | \
    awk 'NF == 1 {print "unihexgen " $1 " " $1;} \
        NF == 2 {print "unihexgen " $1 " " $2;}' | \