summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/mustberoot.subr
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-02 22:34:40 +0000
committerdteske <dteske@FreeBSD.org>2013-06-02 22:34:40 +0000
commit6ffb8bc7f6d4d5ba800c2d70733d9a242419bbdd (patch)
tree3eb19e76eb6d2cf52ec6aac7f416ee00680315c6 /usr.sbin/bsdconfig/share/mustberoot.subr
parent9d0ce6189690b6d7b4012fe28c3ebb3617861595 (diff)
downloadFreeBSD-src-6ffb8bc7f6d4d5ba800c2d70733d9a242419bbdd.zip
FreeBSD-src-6ffb8bc7f6d4d5ba800c2d70733d9a242419bbdd.tar.gz
Improvements to whitespace and comments.
Diffstat (limited to 'usr.sbin/bsdconfig/share/mustberoot.subr')
-rw-r--r--usr.sbin/bsdconfig/share/mustberoot.subr3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/mustberoot.subr b/usr.sbin/bsdconfig/share/mustberoot.subr
index 0b134f8..a05ddc7 100644
--- a/usr.sbin/bsdconfig/share/mustberoot.subr
+++ b/usr.sbin/bsdconfig/share/mustberoot.subr
@@ -171,7 +171,8 @@ f_become_root_via_sudo()
--cancel-label "$msg_cancel" \
--password --inputbox "$prompt" \
$height $width \
- 2>&1 > /dev/null )
+ 2>&1 > /dev/null
+ )
retval=$?
# Catch X11-related errors
OpenPOWER on IntegriCloud