Fix sed on OSX

Issue #1 closed
Jodi Spacek created an issue

Error

Running walk.py command results in

sh: ./bin/remccoms3.sed: /bin/sed: bad interpreter: No such file or directory

Fix

Change the top line in bin/remccoms3.sed to:

#!/usr/bin/sed -nf

Comments (1)

  1. Log in to comment