wohali commented on a change in pull request #2352: Remsh improvements URL: https://github.com/apache/couchdb/pull/2352#discussion_r356892743
########## File path: rel/overlay/bin/remsh ########## @@ -71,6 +81,7 @@ if [ ! -z "$VERBOSE" ]; then set -x fi -exec "$BINDIR/erl" -boot "$ROOTDIR/releases/$APP_VSN/start_clean" \ +# clear ERL_FLAGS to avoid conflicts with the cli parameters Review comment: Is it possible that `ERL_FLAGS` might have other settings you *would* want to pass into `erl`, such as `-args_file` or `-pa`? The latter seems especially useful for e.g. `recon`, `weatherreport`, etc. that might be stored out of tree. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
