Skip to content

Commit d0cc727

Browse files
author
Scott Ullrich
committed
Use full path to egrep
1 parent 955f2d7 commit d0cc727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/dhclient-script

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ add_new_resolv_conf() {
239239
echo '$nameserver_sanitized' >>/var/etc/nameserver_$interface
240240
$ROUTE add $nameserver_sanitized -iface $interface
241241
done
242-
echo $new_domain_name | egrep -o "[0-9\.]+" >/var/etc/searchdomain_$interface
242+
echo $new_domain_name | /usr/bin/egrep -o "[0-9\.]+" >/var/etc/searchdomain_$interface
243243
fi
244244

245245
return 0

0 commit comments

Comments
 (0)