aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-06-08 02:44:10 +0200
committerJay Berkenbilt <ejb@ql.org>2008-06-08 02:44:10 +0200
commit73c8fe403a275c68b167bc5c735b5f9521cc5977 (patch)
tree88f6474402626196cd3589c1ae61b2d0c2c0736e
parentc7578276a995f4b5c3f30a2bca4cf5618b012506 (diff)
downloadqpdf-73c8fe403a275c68b167bc5c735b5f9521cc5977.tar.zst
typo: fix accidental bashism
git-svn-id: svn+q:///qpdf/trunk@632 71b93d88-0707-0410-a8cf-f5a4172ac649
-rwxr-xr-xqpdf/qtest/qpdf/diff-encrypted2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qtest/qpdf/diff-encrypted b/qpdf/qtest/qpdf/diff-encrypted
index 64c0b2a8..a68822ec 100755
--- a/qpdf/qtest/qpdf/diff-encrypted
+++ b/qpdf/qtest/qpdf/diff-encrypted
@@ -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