summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-23 20:56:59 +0000
committersiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-23 20:56:59 +0000
commitfc7d8af3b45c636d175cddd2858a85b394ea8578 (patch)
treeacba69f55e299c67d3268121f34eb50a166d507e
parent72451328bc91e53984565ab5ea3eb857add26b26 (diff)
downloadmpv-fc7d8af3b45c636d175cddd2858a85b394ea8578.tar.bz2
mpv-fc7d8af3b45c636d175cddd2858a85b394ea8578.tar.xz
more cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29226 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xTOOLS/binary_codecs.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/TOOLS/binary_codecs.sh b/TOOLS/binary_codecs.sh
index 344e3ebbd2..516f5a38c9 100755
--- a/TOOLS/binary_codecs.sh
+++ b/TOOLS/binary_codecs.sh
@@ -26,7 +26,7 @@ choosemirror ()
cd $PREFDIR
#if [ ! -r mirrors ] || find mirrors -mtime +20 ; then
- echo Downloading mirrors list
+ echo "Downloading mirrors list"
wget -nv -c -N $MYSITE/mirrors || true
#fi
if [ ! -r bestsites ] || [ mirrors -nt bestsites ] || \
@@ -39,7 +39,7 @@ choosemirror ()
egrep -v 'bytes.*loss' | sort -n -k3 | \
grep -v ': *-' | awk '/:/{print $1}' | head -5 > bestsites
else
- echo "(If you install 'netselect', it will select the best mirror for you"
+ echo "(If you install 'netselect' or 'fping', it will select the best mirror for you"
echo " you may wish to stop this script and rerun after installation)"
sleep 3
head -3 mirrors > bestsites
@@ -66,7 +66,6 @@ INSTALL () {
wget -c -N $mainsite/$dir/$filename || true
if [ -r "$filename" ] ; then
UNPACK "$filename"
- [ -r $filename.bak ] && rm $filename.bak
return 0
fi
done
@@ -74,7 +73,6 @@ INSTALL () {
wget -c -N $url/$dir/$filename || true
if [ -r "$filename" ] ; then
UNPACK "$filename"
- [ -r $filename.bak ] && rm $filename.bak
return 0
fi
fi
@@ -148,7 +146,7 @@ case "$1" in
choosemirror
cd $PREFDIR
#if [ ! -r codecs_list ] || find codecs_list -mtime +20 ; then
- echo 'Getting codecs list'
+ echo "Getting codecs list"
wget -nv -c -N $MYSITE/codecs_list || true
#fi