diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-14 12:27:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-14 12:27:47 +0200 |
commit | 8796a36a6cfaff2ce50eea847924b2e3b0a68f10 (patch) | |
tree | eb3d6f31f1a0ad521ffeeb5f429fbd83ecf720b2 /bin | |
parent | 841295dbe89d09243fc8adae4a253ccb4400576b (diff) | |
download | jenkins.debian.net-8796a36a6cfaff2ce50eea847924b2e3b0a68f10.tar.xz |
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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 |