gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] Installing on FreeBSD


From: Gaius Mulley
Subject: Re: [Gm2] Installing on FreeBSD
Date: Fri, 03 May 2002 18:07:31 +0100

Ahh found the bug,

it appears that there was a missing $ in the for loop.
My previous message about $$i and $(i) was incorrect :-(
as $$i is a shell variable, oops..

Here is a tiny diff

cvs server: Diffing .
Index: Make-lang.in
===================================================================
RCS file: /usr/src/cvs/gm2/Make-lang.in,v
retrieving revision 1.25
diff -r1.25 Make-lang.in
123c123
<            if [ ! -d $i ] ; then \
---
>            if [ ! -d $$i ] ; then \

hope this helps,

Gaius




reply via email to

[Prev in Thread] Current Thread [Next in Thread]