Commit 73c8fe403a275c68b167bc5c735b5f9521cc5977

Authored by Jay Berkenbilt
1 parent c7578276

typo: fix accidental bashism

git-svn-id: svn+q:///qpdf/trunk@632 71b93d88-0707-0410-a8cf-f5a4172ac649
qpdf/qtest/qpdf/diff-encrypted
1 1 #!/bin/sh
2 2 lines=$(expr + $(diff $1 $2 | egrep '^[<>]' | egrep -v 'Date' | wc -l))
3   -if [ "$lines" == "0" ]; then
  3 +if [ "$lines" = "0" ]; then
4 4 echo okay
5 5 else
6 6 diff -a -U 0 $1 $2
... ...