Browse Source

Stray equals

Bob Mottram 8 years ago
parent
commit
be9a992a0b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-wifi

+ 1
- 1
src/freedombone-wifi View File

134
     exit 0
134
     exit 0
135
 fi
135
 fi
136
 
136
 
137
-if [ ! $wifi_interface_specified= ]; then
137
+if [ ! $wifi_interface_specified ]; then
138
     update_wifi_adaptors
138
     update_wifi_adaptors
139
     if [ ! $IFACE ]; then
139
     if [ ! $IFACE ]; then
140
         echo $'No wifi adaptors were found'
140
         echo $'No wifi adaptors were found'