]> git.pld-linux.org Git - packages/faces.git/blame - faces-awk.patch
- tabs in preamble
[packages/faces.git] / faces-awk.patch
CommitLineData
1b6059d0
JR
1--- faces/filters/ikon2xbm.fixed Mon Oct 16 21:09:53 1995
2+++ faces/filters/ikon2xbm Mon Oct 16 21:10:03 1995
3@@ -26,7 +26,7 @@
4 \2\
5 \3/' > $tmp
6
7-dim=`wc -l < $tmp | awk '{ print 4 * sqrt }'`
8+dim=`wc -l < $tmp | awk '{ print 4 * sqrt($1) }'`
9
10 pr -l1 -t -8 -s, < $tmp |
11 (cat << EOF
This page took 0.064844 seconds and 4 git commands to generate.