diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-26 20:25:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-26 20:25:15 +0000 |
commit | b9118e910814dd69a750e79df463952dc3c787bf (patch) | |
tree | 83bbddf69cc2b3fd8cf6494d237c3103d56d766d /test~ | |
parent | 2d973a9f47e37f49fcfea251cfef4b9eb8c25133 (diff) |
glibc-2.3.1.oe:
Minor message display change
addtask-2.0.oe:
Correct the addtask test per semi-recent addtask syntax change.
BKrev: 3efb56abqGwsZMWByr5F9bpn2YuJwg
Diffstat (limited to 'test~')
-rw-r--r-- | test~/addtask-2.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test~/addtask-2.0.oe b/test~/addtask-2.0.oe index 9f9ae6a28c..6212041b33 100644 --- a/test~/addtask-2.0.oe +++ b/test~/addtask-2.0.oe @@ -5,4 +5,4 @@ do_whee() { } # insert whee task between compile and unpack -addtask whee after unpack before compile +addtask whee after do_unpack before do_compile |