Hi,
--- avifile-0.7.7/admin/version.sh.mozgy 2002-05-24 09:17:47.000000000
+0200
+++ avifile-0.7.7/admin/version.sh 2002-05-24 09:35:58.000000000 +0200
@@ -1,7 +1,13 @@
#!/bin/sh
-# yeah inspired by MPlayer...
-last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
+# last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
+
+# this works in zsh
+# ls -atr **/CVS/Entries | tail -1 | xargs date -r
+
+# find . -name Entries -printf 'CVS-%Cy%Cm%Cd-%CH:%CM-\n' | sort | tail -1
+
+last_cvs_update=`find . -name Entries -printf '%Cy%Cm%Cd-%CH:%CM\n' | sort |
tail -1`
if [ $? -ne 0 ]; then
# probably no gnu date installed(?), use current date
last_cvs_update=`date +%y%m%d-%H:%M`if this web form mangles above lines use attached file -- FUBared. -------------------- H T h i n e t - - W e b M a i l -------------------- Ova poruka poslana je upotrebom HThinet WebMail usluge. https://webmail.hinet.hr
a.patch0
Description: Binary data
