setup-vars revision 220749
1220749Snwhitehorn# $Id: setup-vars,v 1.2 2011/01/04 00:21:43 tom Exp $
2217309Snwhitehorn# vile:shmode
3217309Snwhitehorn
4220749Snwhitehorn# These symbols are defined to use in the sample shell scripts to make them
5220749Snwhitehorn# more readable.  But they are (intentionally) not exported.  If they were
6220749Snwhitehorn# exported, they would also be visible in the dialog program (a subprocess).
7220749Snwhitehorn
8217309Snwhitehorn: ${DIALOG=dialog}
9217309Snwhitehorn
10217309Snwhitehorn: ${DIALOG_OK=0}
11217309Snwhitehorn: ${DIALOG_CANCEL=1}
12217309Snwhitehorn: ${DIALOG_HELP=2}
13217309Snwhitehorn: ${DIALOG_EXTRA=3}
14217309Snwhitehorn: ${DIALOG_ITEM_HELP=4}
15217309Snwhitehorn: ${DIALOG_ESC=255}
16