From: Julien Cristau Date: Thu, 19 Feb 2015 09:52:29 +0000 (+0100) Subject: Fix typo in buildd-reboot X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=32664d1fa79b74e5e00fedf9b37722ac55a7e591 Fix typo in buildd-reboot Signed-off-by: Julien Cristau --- diff --git a/buildd-reboot b/buildd-reboot index d77667d..4b0b91f 100755 --- a/buildd-reboot +++ b/buildd-reboot @@ -93,7 +93,7 @@ buildd_wait_and_reboot() { done echo - if pgrep -u buildd -x buildd || pgrep -u buildd2 - x buildd; then + if pgrep -u buildd -x buildd || pgrep -u buildd2 -x buildd; then echo "pidfile is gone, but buildd process still runs" while pgrep -u buildd -x buildd ; do echo -n "."