Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Created November 14, 2016 08:57
Show Gist options
  • Save pierrehenri220/bdfcb2ec05fec33215c0098cff8d91ab to your computer and use it in GitHub Desktop.
Save pierrehenri220/bdfcb2ec05fec33215c0098cff8d91ab to your computer and use it in GitHub Desktop.
Fix Movable Type perl path with MAMP
cd /Applications/MAMP/cgi-bin/mt/
find . -name "*.cgi" -exec perl -pi -e "s,\#\!\/usr\/bin\/perl -w,\#\!\/Applications\/MAMP\/Library\/bin\/perl -w," {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment