1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

fix version number on cygwin

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11510 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
joey 2003-11-23 16:53:03 +00:00
parent 280c1e5dc5
commit 62a51cc48a

View File

@ -2,6 +2,9 @@
OS=`uname -s`
case "$OS" in
CYGWIN*)
last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
;;
Linux)
last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
;;