[New-bugs-announce] [issue7179] Unportable test(1) construct

Thomas Klausner report at bugs.python.org
Wed Oct 21 02:41:27 CEST 2009


New submission from Thomas Klausner <tk at giga.or.at>:

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: Build
files: test.1.patch
keywords: patch
messages: 94305
nosy: wiz
severity: normal
status: open
title: Unportable test(1) construct
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file15170/test.1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7179>
_______________________________________


More information about the New-bugs-announce mailing list