https://bugzilla.redhat.com/show_bug.cgi?id=1428047
--- Comment #10 from Worker Ant <[email protected]> --- COMMIT: https://review.gluster.org/17418 committed in master by Shyamsundar Ranganathan ([email protected]) ------ commit f618c7e606caaf8371aea4a02b352c987b3b1a40 Author: Niels de Vos <[email protected]> Date: Tue May 30 13:10:50 2017 +0530 scripts: prevent a script warning if rfc.sh does not find a backport When running ./rfc.sh on a branch to post release notes (not a backport from master), then the following script warning is displayed: ./rfc.sh: line 97: [: =: unary operator expected In case the used variables are not set, they are not handled as empty strings. Placing the variables inside "${qoutes}" prevents this warning. BUG: 1428047 Change-Id: Ie171d6f66b47401d6ea4e78aa3ed2bd0c6fce9ce Signed-off-by: Niels de Vos <[email protected]> Reviewed-on: https://review.gluster.org/17418 Smoke: Gluster Build System <[email protected]> NetBSD-regression: NetBSD Build System <[email protected]> Reviewed-by: Kaleb KEITHLEY <[email protected]> CentOS-regression: Gluster Build System <[email protected]> Reviewed-by: Shyamsundar Ranganathan <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=t8bv4bPWr1&a=cc_unsubscribe _______________________________________________ Gluster-infra mailing list [email protected] http://lists.gluster.org/mailman/listinfo/gluster-infra
