summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-14 12:27:47 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-14 12:27:47 +0200
commit8796a36a6cfaff2ce50eea847924b2e3b0a68f10 (patch)
treeeb3d6f31f1a0ad521ffeeb5f429fbd83ecf720b2 /bin/reproducible_common.sh
parent841295dbe89d09243fc8adae4a253ccb4400576b (diff)
downloadjenkins.debian.net-8796a36a6cfaff2ce50eea847924b2e3b0a68f10.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 9021dfc0..b78ecf07 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -13,7 +13,7 @@ if [ -f $PACKAGES_DB ] && [ -f $INIT ] ; then
if [ -f $PACKAGES_DB.lock ] ; then
for i in $(seq 0 100) ; do
sleep 15
- if [ -! -f $PACKAGES_DB.lock ] ; then
+ if [ ! -f $PACKAGES_DB.lock ] ; then
break
fi
done