Changes between Initial Version and Version 1 of Ticket #57955, comment 1


Ignore:
Timestamp:
Jan 25, 2019, 3:38:54 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57955, comment 1

    initial v1  
    66
    77looks like you need to rebuild `gawk`
     8
     9something like:
     10{{{
     11sudo port -f uninstall gawk
     12sudo port -v -s install gawk
     13}}}
     14should do it. There is probably a way to do that in one step.