Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Markus Blatt's avatar
    6b110c88
    [bugfix,dunecontrol] Fixes sed statements to capture sequences variables. · 6b110c88
    Markus Blatt authored
    Some ^[$BLANK] or [^[$BLANK]^'], where $BLANK is space followed by tab
    did not work as a capturing statement in some cases (e.g. opts files
    with CONFIGURE_FLAGS="CXX='bla'"). After this patch we use [$NOBLANK]
    with NOBLANK=^$space^$tab which works. In addition the other patches
    form feature/posix-sed-dunecontrol have been backported to close flyspray
    1401.
    6b110c88
    History
    [bugfix,dunecontrol] Fixes sed statements to capture sequences variables.
    Markus Blatt authored
    Some ^[$BLANK] or [^[$BLANK]^'], where $BLANK is space followed by tab
    did not work as a capturing statement in some cases (e.g. opts files
    with CONFIGURE_FLAGS="CXX='bla'"). After this patch we use [$NOBLANK]
    with NOBLANK=^$space^$tab which works. In addition the other patches
    form feature/posix-sed-dunecontrol have been backported to close flyspray
    1401.