Skip to content

Commit

Permalink
Appease shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Apr 3, 2019
1 parent fb014bd commit e97f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/bin/dev-deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function run_xvfb() {
(setsid Xvfb :1 -screen 0 1024x768x24 -ac +extension GLX +render -noreset >& /tmp/xvfb.out || cat /tmp/xvfb.out) &

# give it time to start
for i in {1..10}
for _ in {1..10}
do
xdpyinfo -display :1 >/dev/null 2>&1 && return 0
sleep 1
Expand Down

0 comments on commit e97f1f1

Please sign in to comment.