diff options
author | dteske <dteske@FreeBSD.org> | 2012-12-21 20:36:12 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2012-12-21 20:36:12 +0000 |
commit | 2bedb4fa3d0b80d5395ac27632897a9df7763a87 (patch) | |
tree | 0164abdf785c9b93674972cf811515a9574a7385 /usr.sbin | |
parent | ea3604ca083cacbb8974d399e6ef5ff088674363 (diff) | |
download | FreeBSD-src-2bedb4fa3d0b80d5395ac27632897a9df7763a87.zip FreeBSD-src-2bedb4fa3d0b80d5395ac27632897a9df7763a87.tar.gz |
Remove erroneous use of "local" (not in a function).
Diffstat (limited to 'usr.sbin')
-rwxr-xr-x | usr.sbin/bsdconfig/usermgmt/userinput | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/userinput b/usr.sbin/bsdconfig/usermgmt/userinput index 596496f..fd5c1fd 100755 --- a/usr.sbin/bsdconfig/usermgmt/userinput +++ b/usr.sbin/bsdconfig/usermgmt/userinput @@ -391,7 +391,6 @@ while :; do \"\$hline\" \ $menu_items ) - local dialog_menu dialog_menu=$( eval $DIALOG \ --title \"\$DIALOG_TITLE\" \ --backtitle \"\$DIALOG_BACKTITLE\" \ |