From 601ac9fa2e723e751ccd3ad04a9f5fd67ba363f1 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 18 Jun 2013 08:22:51 +0000 Subject: Oops, in SVN r251905 I forgot that f_die takes the return code as the first argument (not the format). --- usr.sbin/bsdconfig/console/screenmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bsdconfig/console/screenmap') diff --git a/usr.sbin/bsdconfig/console/screenmap b/usr.sbin/bsdconfig/console/screenmap index 04db353..94e5ba8 100755 --- a/usr.sbin/bsdconfig/console/screenmap +++ b/usr.sbin/bsdconfig/console/screenmap @@ -144,7 +144,7 @@ if [ "$scrnmap_to_set" ]; then f_sysrc_set scrnmap "$scrnmap_to_set" || f_die break else - f_die "$msg_unknown_screenmap_selection" + f_die 1 "$msg_unknown_screenmap_selection" fi exit $SUCCESS -- cgit v1.1