summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsys/src/9/boot/net.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc
index 362716f57..1a194dd84 100755
--- a/sys/src/9/boot/net.rc
+++ b/sys/src/9/boot/net.rc
@@ -15,7 +15,7 @@ fn confignet{
}
}
- if(~ $1 ether || ~ $1 gbe && ~ $#* 2) @{
+ if(~ $1 ether gbe && ~ $#* 2) @{
ip/ipconfig -6 $*
test -e /env/nora6 || ip/ipconfig $* ra6 recvra 1 &
ip/ipconfig -p $* &