aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-05-03 03:00:01 +0800
committermarcus <marcus@FreeBSD.org>2006-05-03 03:00:01 +0800
commit83cdfa25100f857cde45f6eeeffcfa065e6714d1 (patch)
treea3a319490e5d161920ba8250229db7fde2990169 /www/mozilla
parent4b6c6d98388e9d0c5b85e41cb116dd4401473d73 (diff)
downloadfreebsd-ports-gnome-83cdfa25100f857cde45f6eeeffcfa065e6714d1.tar.gz
freebsd-ports-gnome-83cdfa25100f857cde45f6eeeffcfa065e6714d1.tar.zst
freebsd-ports-gnome-83cdfa25100f857cde45f6eeeffcfa065e6714d1.zip
How did a bashism creep into a FreeBSD pkg-install script? ahze, I'm
looking at you. Convert "==" to "=". Reported by: Pascal Hofstee <caelian@gmail.com>
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/pkg-install.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/pkg-install.in b/www/mozilla/pkg-install.in
index f1ffa2b2382e..13fe40dbee7a 100644
--- a/www/mozilla/pkg-install.in
+++ b/www/mozilla/pkg-install.in
@@ -31,7 +31,7 @@ fi
if [ -f ${REGCHROME} ]; then
./run-mozilla.sh ${REGCHROME} || true
fi
-if [ -f ${MOZBIN} -a "${1%-*}" == "nvu" ]; then
+if [ -f ${MOZBIN} -a "${1%-*}" = "nvu" ]; then
./run-mozilla.sh ${MOZBIN} -register > /dev/null 2>&1
fi
if [ ! -d %%PREFIX%%/lib/browser_plugins ]; then