Created
September 25, 2013 07:56
-
-
Save mocchira/6696430 to your computer and use it in GitHub Desktop.
Replace require_otp_vsn value in rebar.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name rebar.config|xargs sed 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "R15B03|R16B01|R16B02"/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment