[sslh] [PATCH] genver.sh: use /bin/sh for portability

Jason Cooper sslh at lakedaemon.net
Mon Feb 17 14:46:55 CET 2014


From: Jason Cooper <jason at lakedaemon.net>

Signed-off-by: Jason Cooper <jason at lakedaemon.net>
---
 genver.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genver.sh b/genver.sh
index e5adc6c94862..da150c4c6c33 100755
--- a/genver.sh
+++ b/genver.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 
 if [ ${#} -eq 1 ] && [ "x$1" = "x-r" ]; then
 	# release text only
-- 
1.8.5.4




More information about the sslh mailing list