Bug #389
sed -E crashes with some sed versions
Status: | Closed | Start date: | 11/03/2010 | |
---|---|---|---|---|
Priority: | Normal | Due 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
bug #389: detect linux to use -e parameter
bug #389: use -r option in GNU sed to make it work with extended regexps
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