summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-04-06 20:39:33 +0000
committerbrooks <brooks@FreeBSD.org>2008-04-06 20:39:33 +0000
commit98cf7d12e7ca4dd24df1be67b793cc80451a73f6 (patch)
tree8e1a841408cdfa87d45c613e592fd074d108dad0 /etc
parentb841937e981bd07e9ff040440a17352b36eb86c8 (diff)
downloadFreeBSD-src-98cf7d12e7ca4dd24df1be67b793cc80451a73f6.zip
FreeBSD-src-98cf7d12e7ca4dd24df1be67b793cc80451a73f6.tar.gz
Fix a stupid typo.
Reviewed by: bz
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/ppp2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp
index fa4565f..ee46978 100644
--- a/etc/rc.d/ppp
+++ b/etc/rc.d/ppp
@@ -61,7 +61,7 @@ ppp_start_profile()
# Check for hard wired unit
eval _ppp_unit=\$ppp_${_ppp_profile_cleaned}_unit
- if [ -n "_ppp_unit" ]; then
+ if [ -n "${_ppp_unit}" ]; then
_ppp_unit="-unit${_ppp_unit}"
fi
rc_flags="$rc_flags $_ppp_unit"
OpenPOWER on IntegriCloud