1
0
mirror of https://github.com/moparisthebest/sslh synced 2024-10-31 15:35:01 -04:00

is a bashism

This commit is contained in:
Ondřej Kuzník 2013-09-23 23:30:39 +01:00 committed by Yves Rutschle
parent e4fb8b8496
commit 66c7d674a0

View File

@ -1,6 +1,6 @@
#! /bin/bash
if [ ${#} -eq 1 ] && [ "x$1" == "x-r" ]; then
if [ ${#} -eq 1 ] && [ "x$1" = "x-r" ]; then
# release text only
QUIET=1
else