mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
cosmetics: Use consistent if expression syntax.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64513539c1
commit
c62d2888ab
@ -31,8 +31,7 @@ rsync -pxlrHtWv --delete --delete-after --exclude '/benchmark' \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user