Re: [AD] fix.bat

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On 27 Aug 2001, Bogdan <robotzel@xxxxxxxxxx> wrote:
> Hello,
> 
>  I'm using DJGPP under Windows ME and fix.bat only works if I replace:
>  if [%1] == [djgpp]  goto djgpp
>  with:
>  if %1 == djgpp  goto djgpp

Can you try the following?

if X%1 == Xdjgpp goto djgpp

-- 
tjaden@xxxxxxxxxx - http://www.alphalink.com.au/~tjaden/
SHIRTLOP (SHURT lahp), n.  The condition of a shirt that has been
improperly buttoned.  -- Rich Hall, "Sniglets"



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/