]> git.donarmstrong.com Git - bugscan.git/blobdiff - dostatus
Etch is out! Switch to etch/lenny as current/next.
[bugscan.git] / dostatus
index 572dc40b567c700fa140e498092788d871b60495..ad27f67b2aeb9a3830c483a841b30f9b79f4bbcf 100755 (executable)
--- a/dostatus
+++ b/dostatus
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-newtime=`ls -al status | cut -c 43-54`
+newtime=`stat --format %y status | cut -d: -f-2`
 echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status
 ./bugreport -s >> /org/bugs.debian.org/www/bugscan/status
 
+