diff options
author | asami <asami@FreeBSD.org> | 2000-08-30 13:24:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-30 13:24:47 +0800 |
commit | e1046587c041a2dd4ac17512ed872fab94a71d9e (patch) | |
tree | 15ffab3217ed9f9c291634f9bab3d7fc482613a4 /graphics/jpeg/files | |
parent | 2230e549907591119817948cd6bcba426477db2d (diff) | |
download | freebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.tar.gz freebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.tar.zst freebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.zip |
test uses = for equality, not ==.
Diffstat (limited to 'graphics/jpeg/files')
-rw-r--r-- | graphics/jpeg/files/patch-ab | 2 |
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" |