blob: d056344561a1c3509cce7dc629cfb41ff959b88a [file] [log] [blame]
Denys Vlasenkoe82cf332010-05-12 15:59:32 +02001dt1="`date -R`"
2# Wait for the start of next second
3dt="$dt1"
4while test x"$dt" = x"$dt1"; do
5 dt="`date -R`"
6done
7
8test x"$dt" = x"`busybox date -R`"