mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
typo: fix accidental bashism
git-svn-id: svn+q:///qpdf/trunk@632 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
c7578276a9
commit
73c8fe403a
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
lines=$(expr + $(diff $1 $2 | egrep '^[<>]' | egrep -v 'Date' | wc -l))
|
||||
if [ "$lines" == "0" ]; then
|
||||
if [ "$lines" = "0" ]; then
|
||||
echo okay
|
||||
else
|
||||
diff -a -U 0 $1 $2
|
||||
|
Loading…
Reference in New Issue
Block a user