janl commented on a change in pull request #845: Add convenience remsh bash script URL: https://github.com/apache/couchdb/pull/845#discussion_r141657393
########## File path: rel/overlay/bin/remsh ########## @@ -0,0 +1,76 @@ +#!/bin/bash Review comment: Are there any bashisms in this script? https://linux.die.net/man/1/checkbashisms can help. I?d prefer (but not hard requirement) to restrict to `sh` syntax, so this works by default on BSD et.al. systems. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
