diff options
author | 2010-09-08 12:58:21 +0200 | |
---|---|---|
committer | 2010-09-08 12:58:21 +0200 | |
commit | c022658e025a9b11b920289913ab42cfedd25f22 (patch) | |
tree | 0dac39eb08fee35e851e6b7c7114985ae372e07f /tinderbox-continuous.sh | |
parent | Don't print metadata as Portage 2.1.9.1 does so already. (diff) | |
download | flameeyes-tinderbox-c022658e025a9b11b920289913ab42cfedd25f22.tar.gz flameeyes-tinderbox-c022658e025a9b11b920289913ab42cfedd25f22.tar.bz2 flameeyes-tinderbox-c022658e025a9b11b920289913ab42cfedd25f22.zip |
Don't check whether the file is executable but rather if it exists.
Diffstat (limited to 'tinderbox-continuous.sh')
-rwxr-xr-x | tinderbox-continuous.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-continuous.sh b/tinderbox-continuous.sh index 9388eec..f5bd354 100755 --- a/tinderbox-continuous.sh +++ b/tinderbox-continuous.sh @@ -17,7 +17,7 @@ tboxdir=$(dirname $0) -until [ -e /var/run/tinderbox.pleasestop ]; do +until [ -f /var/run/tinderbox.pleasestop ]; do ${tboxdir}/tinderbox-restart.sh head -n 200 /var/cache/tinderbox/queue | xargs -n1 ${tboxdir}/emerge-wrapper.sh |