wohali commented on a change in pull request #845: Add convenience remsh bash script URL: https://github.com/apache/couchdb/pull/845#discussion_r141658946
########## File path: rel/overlay/bin/remsh ########## @@ -0,0 +1,76 @@ +#!/bin/bash Review comment: Ah, there is a single one if I force it: ``` $ checkbashisms -n -x -p -f couchdb/rel/overlay/bin/remsh possible bashism in couchdb/rel/overlay/bin/remsh line 69 (alternative test command ([[ foo ]] should be [ foo ])): if [[ ! -z "$VERBOSE" ]]; then ``` I'll PR this up and auto-merge since it's a trivial fix. ---------------------------------------------------------------- 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
