Changes between Initial Version and Version 1 of Ticket #40275


Ignore:
Timestamp:
Aug 28, 2013, 2:11:45 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You're running make manually? Where?

Is this bug report about a port? If so, please attach the main.log file of the failure.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40275

    • Property Keywords sed bash completion make removed
    • Property Owner changed from macports-tickets@… to raimue@…
    • Property Summary changed from bash autocompletion uses mac's sed and fails for `make` to bash-completion: uses mac's sed and fails for `make`
  • Ticket #40275 – Description

    initial v1  
     1{{{
    12$ make sed: illegal option -- r
    23usage: sed script [-Ealn] [-i extension] [file ...]
    34       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
     5}}}
    46
    57I have apple's sed, but I suspect that this completion expects gnu sed that is also installed as gsed and I don't want to install links from sed to gsed.