Просмотр исходного кода

base-files: fix a typo in processing of additional dhcp request opts

SVN-Revision: 25239
Jo-Philipp Wich 15 лет назад
Родитель
Сommit
a0b2eba08c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/base-files/files/lib/network/config.sh

+ 1 - 1
package/base-files/files/lib/network/config.sh

@@ -363,7 +363,7 @@ setup_interface() {
 			# additional request options
 			# additional request options
 			local opt dhcpopts
 			local opt dhcpopts
 			for opt in $reqopts; do
 			for opt in $reqopts; do
-				append dhcpopts -O "$opt"
+				append dhcpopts "-O $opt"
 			done
 			done
 
 
 			# don't stay running in background if dhcp is not the main proto on the interface (e.g. when using pptp)
 			# don't stay running in background if dhcp is not the main proto on the interface (e.g. when using pptp)