[issue7179] Unportable test(1) construct

2009-11-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed the postflight issue in r76407 (trunk), r76408 (2.6), r76409 (3.2) and r76410 (3.1). -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue7179] Unportable test(1) construct

2009-10-20 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-b

[issue7179] Unportable test(1) construct

2009-10-20 Thread Thomas Klausner
Thomas Klausner added the comment: 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). -- ___ Python tracker

[issue7179] Unportable test(1) construct

2009-10-20 Thread Thomas Klausner
New submission from Thomas Klausner : 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. -- components