summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2004-03-05 08:49:59 +0000
committerrse <rse@FreeBSD.org>2004-03-05 08:49:59 +0000
commit9229a66472aaeec107fd55b0904229dd71ff1018 (patch)
tree5c7109f2cfcab7bb4baa9054f81b23920f0c24fb /etc/pccard_ether
parent9d6e226444720259e07740f63c12daffc9b793fb (diff)
downloadFreeBSD-src-9229a66472aaeec107fd55b0904229dd71ff1018.zip
FreeBSD-src-9229a66472aaeec107fd55b0904229dd71ff1018.tar.gz
remove superfluous space before end of backtick expression
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 90f1164..c3329d0 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -92,7 +92,7 @@ start_dhcp() {
[ -n "$dhcp_program" ] && dhclient_program="$dhcp_program"
[ -n "$dhcp_flags" ] && dhclient_flags="$dhcp_flags"
if [ -x "${dhclient_program}" ]; then
- interfaces=`echo $_dhcplist ${interface} | xargs -n 1 echo | sort -u `
+ interfaces=`echo $_dhcplist ${interface} | xargs -n 1 echo | sort -u`
${dhclient_program} ${dhclient_flags} ${interfaces}
else
echo "${dhclient_program}: DHCP client software not available"
OpenPOWER on IntegriCloud