[23825] in Source-Commits
Re: /svn/athena r23436 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (Robert Basch)
Wed Jan 28 20:27:56 2009
In-Reply-To: <200901282143.QAA16391@drugstore.mit.edu>
Mime-Version: 1.0 (Apple Message framework v753.1)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <BAB78F15-8020-4B2C-B980-C83C5EBCD548@mit.edu>
Cc: source-commits@mit.edu
Content-Transfer-Encoding: 7bit
From: Robert Basch <rbasch@MIT.EDU>
Date: Wed, 28 Jan 2009 20:27:36 -0500
To: amb@mit.edu
> + dir=${cf%.in}
> dir=${cf%/debian/control}
This looks wrong; maybe you meant the first line to be:
cf=${cf%.in}
(This sequence is in both the "if" and "else" blocks).
Bob