From bed2d625561d8ab58625a4a79efc8f47de842da1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Feb 2015 17:16:24 +0100 Subject: fix bashisms --- bin/reproducible_html_repo_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_repo_stats.sh') diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh index 6dd12b2b..6678c2a9 100755 --- a/bin/reproducible_html_repo_stats.sh +++ b/bin/reproducible_html_repo_stats.sh @@ -76,7 +76,7 @@ for PKG in $SOURCES ; do fi if [ ! -z "$EXPERIMENTAL" ] ; then CEXP="" - if [ "${PKG:0:3}" == "lib" ] ; then + if [ "${PKG:0:3}" = "lib" ] ; then PREFIX=${PKG:0:4} else PREFIX=${PKG:0:1} -- cgit v1.2.3-70-g09d2