[haiku-es] Re: Duda con Scripts, ventanas y presentación

  • From: Francisco Castro <fcr@xxxxxxxxxxxxx>
  • To: haiku-es@xxxxxxxxxxxxx
  • Date: Mon, 23 Feb 2009 12:06:01 -0200

On Monday 23 February 2009 11:52:34 Oliver Ruiz Dorantes wrote:
> if [ value eq "valordelboton" ] then
> ...........
> fi

if [ "$value" eq "valordelboton" ]; then
...........
fi


-- 
Francisco Castro

Other related posts: