updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / lit2pdf / archpatch.diff
blob8132c67cd2615a86a37a852a5a28becfdd45c0b4
1 --- lit2pdfsrc 2009-01-23 19:46:54.000000000 -0800
2 +++ lit2pdf.new 2009-02-10 21:38:36.000000000 -0800
3 @@ -9,7 +9,7 @@
4 ## html2ps, and ps2pdf. ##
5 ################################################################################
7 -if [ $? -lt 1 ] ; then
8 +if [ $# -lt 1 ] ; then
9 echo "Usage: lit2pdf file.lit"
10 echo
11 exit 1