bug-libtool
[Top][All Lists]
Advanced

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

tests/sh.test uses $SED without setting it


From: Derek Price
Subject: tests/sh.test uses $SED without setting it
Date: Thu, 07 Jul 2005 13:06:37 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

While working on some other stuff, I noticed that tests/sh.test is
calling $SED without it being set, though this was only causing a
warning message and the test passed.  I'm not sure this was the best way
to handle it (perhaps configure should look for sed?), but I fixed the
warning by having $SED default to `sed' in the attached patch.

2005-07-07  Derek R. Price  <address@hidden>

    * tests/sh.test (SED): Default variable contents to `sed'.


Cheers,

Derek





reply via email to

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