[MPlayer-cvslog] r30836 - trunk/DOCS/tech/mirrors/update_mplayer_rsync

diego subversion at mplayerhq.hu
Thu Mar 4 16:56:34 CET 2010


Author: diego
Date: Thu Mar  4 16:56:34 2010
New Revision: 30836

Log:
cosmetics: Use consistent if expression syntax.

Modified:
   trunk/DOCS/tech/mirrors/update_mplayer_rsync

Modified: trunk/DOCS/tech/mirrors/update_mplayer_rsync
==============================================================================
--- trunk/DOCS/tech/mirrors/update_mplayer_rsync	Thu Mar  4 16:55:35 2010	(r30835)
+++ trunk/DOCS/tech/mirrors/update_mplayer_rsync	Thu Mar  4 16:56:34 2010	(r30836)
@@ -31,8 +31,7 @@ rsync -pxlrHtWv --delete --delete-after 
       MPlayer  >> $TMPFILE 2>&1
 
 x=$(wc -l $TMPFILE | awk '{print $1}')
-if [ "$x" -ne "10" ]
-then
+if [ "$x" -ne "10" ]; then
   mailx -s "MPlayer mirror" $MAILADR < $TMPFILE
 fi
 rm -f $TMPFILE


More information about the MPlayer-cvslog mailing list