summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/networking/hostname
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsdconfig/networking/hostname')
-rwxr-xr-xusr.sbin/bsdconfig/networking/hostname4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/networking/hostname b/usr.sbin/bsdconfig/networking/hostname
index 23cf804..d0fff01 100755
--- a/usr.sbin/bsdconfig/networking/hostname
+++ b/usr.sbin/bsdconfig/networking/hostname
@@ -41,8 +41,8 @@ f_include $BSDCFG_SHARE/networking/hostname.subr
BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="120.networking"
f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
-ipgm=$( f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" )
-[ $? -eq $SUCCESS -a "$ipgm" ] && pgm="$ipgm"
+f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm &&
+ pgm="${ipgm:-$pgm}"
############################################################ MAIN
OpenPOWER on IntegriCloud