From 337e0ea82803f819a6f969c9a29b75b697ebca8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com> Date: Thu, 4 Aug 2016 15:33:59 -0700 Subject: [PATCH] fix OS X build/release steps :yum: [ci skip] --- docs/developers-guide-osx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md index 9979457d21f..23ce37aae1b 100644 --- a/docs/developers-guide-osx.md +++ b/docs/developers-guide-osx.md @@ -33,7 +33,7 @@ # Install Perl modules used by ./setup and ./release cpan install File::Copy::Recursive JSON Readonly String::Util Text::Caml WWW::Curl::Simple - # Fix script not using updated version of Perl + # Fix script not using updated version of Perl (this is fixed in master as of August 4th 2016) sed -i '' -e 's!usr/bin/perl!usr/bin/env perl!' ./bin/osx-setup # Copy JRE and uberjar @@ -64,7 +64,7 @@ emacs bin/config.json # and put a copy of it at ./dsa_priv.pem cp /path/to/private/key.pem OSX/dsa_priv.pem -# Fix script not using updated version of Perl +# Fix script not using updated version of Perl (this is fixed in master as of August 4th 2016) sed -i '' -e 's!usr/bin/perl!usr/bin/env perl!' ./bin/osx-release ``` -- GitLab