commit 770ff215b27d643dc99f4745e65227fe123b6c82 parent f927bae102094a34ef463aa9ae291a4e816efc9f Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 19:45:18 +0100 fix race Diffstat:
M | query.sh | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/query.sh b/query.sh @@ -22,7 +22,6 @@ do if [ $? -ne 1 ]; then echo -e "new data in: $i\n========================================================" tail -5 $i - read fi fi done