Changes between Initial Version and Version 1 of Ticket #57955, comment 1
- Timestamp:
- Jan 25, 2019, 3:38:54 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57955, comment 1
initial v1 6 6 7 7 looks like you need to rebuild `gawk` 8 9 something like: 10 {{{ 11 sudo port -f uninstall gawk 12 sudo port -v -s install gawk 13 }}} 14 should do it. There is probably a way to do that in one step.