Bug #389

sed -E crashes with some sed versions

Added by Javi Fontan over 10 years ago. Updated over 10 years ago.

Status:ClosedStart date:11/03/2010
Priority:NormalDue date:
Assignee:Javi Fontan% Done:

0%

Category:Drivers - Auth
Target version:Release 2.0.1
Resolution:fixed Pull request:
Affected Versions:

Description

Use SED variable to hold the sed command for fix_paths in TM. Fill it with a switch that detects sed version.

From a mail conversation with Tiago Batista http://lists.opennebula.org/pipermail/users-opennebula.org/2010-November/003162.html

Associated revisions

Revision 0eb75b41
Added by Javi Fontan over 10 years ago

bug #389: detect linux to use -e parameter

Revision ddba29f0
Added by Javi Fontan over 10 years ago

bug #389: use -r option in GNU sed to make it work with extended regexps

Revision 5e5cd7f4
Added by Abel Coronado almost 4 years ago

Solved bug with tab key in vnet creation (#389)

History

#1 Updated by Javi Fontan over 10 years ago

uname -s in Mac OS X gives the string "Darwin" so it can be taken appart to use "sed -E". Have to check with other BSD systems.

#2 Updated by Ruben S. Montero over 10 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

fix in master & one-2.0

Also available in: Atom PDF