]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/yesno-utf8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / yesno-utf8
1 #! /bin/sh
2 # $Id: yesno-utf8,v 1.7 2010/01/14 01:11:23 tom Exp $
3
4 . ./setup-vars
5
6 . ./setup-utf8
7
8 DIALOG_ERROR=254
9 export DIALOG_ERROR
10
11 $DIALOG "$@" --yesno "Are you a DOG?" 0 0
12 retval=$?
13
14 . ./report-yesno