aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-30 05:24:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-30 05:24:47 +0000
commit36811d3a77388c270224c6f88ea7f6510dd74f09 (patch)
tree08ef0f97d1f8360bca9cd7ec0705332d8af73c76 /graphics/jpeg
parent9f79584da9b5c7efff01c21b055c190851108302 (diff)
downloadports-36811d3a77388c270224c6f88ea7f6510dd74f09.tar.gz
ports-36811d3a77388c270224c6f88ea7f6510dd74f09.zip
test uses = for equality, not ==.
Notes
Notes: svn path=/head/; revision=32121
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab
index 091185f0ecfa..e4de71cf3d30 100644
--- a/graphics/jpeg/files/patch-ab
+++ b/graphics/jpeg/files/patch-ab
@@ -5,7 +5,7 @@
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
- LIBTOOL="./libtool"
-+ if test "x$LIBTOOL" == "x"; then
++ if test "x$LIBTOOL" = "x"; then
+ LIBTOOL="./libtool"
+ fi
O="lo"