From 8796a36a6cfaff2ce50eea847924b2e3b0a68f10 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 14 Oct 2014 12:27:47 +0200 Subject: fix typo --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') 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 -- cgit v1.2.3-70-g09d2