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
1 changed files with 1 additions and 1 deletions

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