Issue7179
Created on 2009-10-21 00:41 by wiz, last changed 2009-11-19 17:46 by ronaldoussoren.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
test.1.patch
|
wiz,
2009-10-21 00:41
|
Patch against 2.6.3 fixing the test(1) usage. |
|
|
|
msg94305 - (view) |
Author: Thomas Klausner (wiz) |
Date: 2009-10-21 00:41 |
|
Mac/BuildScript/scripts/postflight.patch-profile and Misc/build.sh
contain the unportable bash(1) "==" comparison operator for test(1). It
is not supported by most other shells or even test(1) from GNU
coreutils. Please use "=" instead.
|
|
msg94306 - (view) |
Author: Thomas Klausner (wiz) |
Date: 2009-10-21 00:44 |
|
That's against python-2.6.3. I see that Misc/build.sh automagically
linked from this bug report doesn't have this problem any longer (though
the other file still does).
|
|
msg95503 - (view) |
Author: Ronald Oussoren (ronaldoussoren) |
Date: 2009-11-19 17:46 |
|
Fixed the postflight issue in r76407 (trunk), r76408 (2.6), r76409 (3.2)
and r76410 (3.1).
|
|
| Date |
User |
Action |
Args |
| 2009-11-19 17:46:01 | ronaldoussoren | set | status: open -> closed resolution: fixed messages:
+ msg95503
stage: committed/rejected |
| 2009-10-21 02:51:57 | ned.deily | set | assignee: ronaldoussoren
components:
+ Macintosh nosy:
+ ronaldoussoren |
| 2009-10-21 00:44:05 | wiz | set | messages:
+ msg94306 |
| 2009-10-21 00:41:25 | wiz | create | |
|