No subject
Thu Dec 28 13:49:53 MST 2006
arglist="--clear \
--help-button \
--help-label Sections \
--ok-label Man \
--title "$TITLE" \
--menu "$CAPTION" \
$W_HEIGHT $W_WIDTH $W_MENU_HEIGHT \
$MENU \
"
echo $arglist | xargs ${DIALOG:=dialog} 2>$tempdial
I think the stderr redirection is what was screwing up my 'eval' usage. I
need it to go with the dialog command, and I think it might have been being
applied to eval instead. Not sure how would be working.
Thanks, Jeremy.
--
-Eric 'shubes'
More information about the PLUG-discuss
mailing list