summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
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