simplification

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15514 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-05-18 22:33:35 +00:00
parent da9bb5141a
commit 11dd046621
1 changed files with 1 additions and 4 deletions

View File

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