summaryrefslogtreecommitdiff
path: root/sysutils/xentools20/patches/patch-az
blob: b755a35697337bcc8c0179fdcefdd4c1e90ec1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-az,v 1.1 2006/10/15 23:34:02 seb Exp $

--- examples/vif-bridge.orig	2005-08-03 23:57:57.000000000 +0000
+++ examples/vif-bridge
@@ -70,7 +70,7 @@ case $OP in
 esac
 
 # Don't do anything if the bridge is "null".
-if [ "${bridge}" == "null" ] ; then
+if [ "${bridge}" = "null" ] ; then
     exit
 fi