summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repo_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 17:16:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 17:16:24 +0100
commitbed2d625561d8ab58625a4a79efc8f47de842da1 (patch)
tree2e0caf9bdbf6b011f864f4b3f4702b70e987b6c2 /bin/reproducible_html_repo_stats.sh
parent6902d71a925e460ffced79ad475b37352a74f4dc (diff)
downloadjenkins.debian.net-bed2d625561d8ab58625a4a79efc8f47de842da1.tar.xz
fix bashisms
Diffstat (limited to 'bin/reproducible_html_repo_stats.sh')
-rwxr-xr-xbin/reproducible_html_repo_stats.sh2
1 files changed, 1 insertions, 1 deletions
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}