[sslh] [PATCH 09/10] [ == ] is a bashism

ondra+sslh at mistotebe.net ondra+sslh at mistotebe.net
Tue Sep 24 00:30:39 CEST 2013


From: Ondřej Kuzník <ondra at mistotebe.net>

---
 genver.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genver.sh b/genver.sh
index bd06d86..1aa5ce7 100755
--- a/genver.sh
+++ b/genver.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ ${#} -eq 1 ] && [ "x$1" == "x-r" ]; then
+if [ ${#} -eq 1 ] && [ "x$1" = "x-r" ]; then
 	# release text only
 	QUIET=1
 else
-- 
1.8.4.rc3




More information about the sslh mailing list