aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2008-12-27 21:17:28 +0800
committersimon <simon@FreeBSD.org>2008-12-27 21:17:28 +0800
commit0ce00b773680ef955600f0760b0d5c380b9024c2 (patch)
tree083b2e79dfd769ff46fa34b04f97611bc2b03aac
parenta70b08ee1a4bb10adaa8afaca5a59ce342d9a09a (diff)
downloadfreebsd-ports-gnome-0ce00b773680ef955600f0760b0d5c380b9024c2.tar.gz
freebsd-ports-gnome-0ce00b773680ef955600f0760b0d5c380b9024c2.tar.zst
freebsd-ports-gnome-0ce00b773680ef955600f0760b0d5c380b9024c2.zip
Fix last commit to remove sh(1) sytax error in operapluginwrapper. This
should make Opera start up without errors. Note that the broken version was only in the commit, not the PR. Pointy hat to: itetcu
-rw-r--r--www/opera/files/operapluginwrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/files/operapluginwrapper b/www/opera/files/operapluginwrapper
index 7be1452c4430..fcec17e85d80 100644
--- a/www/opera/files/operapluginwrapper
+++ b/www/opera/files/operapluginwrapper
@@ -2,7 +2,7 @@
if [ -n "$5" ]; then
ELFTYPE=`brandelf $5`
-if [ -n "$4" ]; then
+elif [ -n "$4" ]; then
ELFTYPE=`brandelf $4`
elif [ -n "$3" ]; then
ELFTYPE=`brandelf $3`