From 6ffb8bc7f6d4d5ba800c2d70733d9a242419bbdd Mon Sep 17 00:00:00 2001 From: dteske Date: Sun, 2 Jun 2013 22:34:40 +0000 Subject: Improvements to whitespace and comments. --- usr.sbin/bsdconfig/share/mustberoot.subr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bsdconfig/share/mustberoot.subr') 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 -- cgit v1.1