diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-23 21:30:06 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-23 21:30:06 +0100 |
| commit | 90d777bd55b6a8213bfaf9c992568de55992255c (patch) | |
| tree | 1d836616db477226a00680c5433ec9922cea9584 /robot | |
| parent | 362c643163db3f738582e25d117e5662f0d495cf (diff) | |
| download | org-drill-90d777bd55b6a8213bfaf9c992568de55992255c.tar.gz org-drill-90d777bd55b6a8213bfaf9c992568de55992255c.zip | |
Fix more byte compile errors
Diffstat (limited to 'robot')
| -rw-r--r-- | robot/robot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/robot.sh b/robot/robot.sh index 12ac79e..6d51ea8 100644 --- a/robot/robot.sh +++ b/robot/robot.sh @@ -69,7 +69,7 @@ function wait_emacs { } function find_bot { - for i in `seq 1 20`; + for i in `seq 1 40`; do window_id=`xdotool search --onlyvisible --name "emacs-bot" 2> /dev/null` if [ -z "$window_id" ] |
