Project

General

Profile

Actions

Backport #8757

closed

configure.in in 1.9.3. uses sed -E which does not work with gnu sed

Added by egh (Erik Hetzner) over 10 years ago. Updated about 10 years ago.

Status:
Closed
[ruby-core:<unknown>]

Description

This line in configure.in:

https://github.com/ruby/ruby/blob/ruby_1_9_3/configure.in#L2930

uses sed -E, which does not work with GNU sed. This is fixed in trunk with this patch:

https://github.com/ruby/ruby/commit/bb2e9e9e9871eab71aac3f316339c67e8bb4a1a5

Updated by hsbt (Hiroshi SHIBATA) about 10 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby master to Backport193
  • Assignee set to usa (Usaku NAKAMURA)

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Applied in changeset r44820.


merge revision(s) 37905: [Backport #8757]

* configure.in (opt-dir): don't use non portable flag -E of sed.
Actions

Also available in: Atom PDF

Like0
Like0Like0