[MPlayer-cvslog] CVS: main/TOOLS install-w32codecs.sh,1.2,1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Jun 9 19:06:18 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv4468

Modified Files:
	install-w32codecs.sh 
Log Message:
typo fixes


Index: install-w32codecs.sh
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/install-w32codecs.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- install-w32codecs.sh	29 May 2005 23:33:13 -0000	1.2
+++ install-w32codecs.sh	9 Jun 2005 17:06:16 -0000	1.3
@@ -23,7 +23,7 @@
     if [ -r $filename.list ] ; then
       #if we stop the script, we don't want to redownload things
       #fixme we should check timestamps
-      echo you have already downloaded and installed $filename
+      echo You have already downloaded and installed $filename.
     else
      wget $url || return 1
      case "$filename" in 
@@ -48,7 +48,7 @@
 
 
 if [ `whoami` != root ]; then
-    echo "You must be a root to start this script. Login As root first!"
+    echo "You must be root to start this script. Login as root first!"
     exit 1
 else
 
@@ -73,8 +73,8 @@
            | awk '{print $2}' > $pref
      mainurl=`cat $pref `
     else
-     echo "(If you install 'netselect', it will select the best mirror for you"
-     echo "  you may wish to stop this script and rerun after installation)"
+     echo "(If you install 'netselect', it will select the best mirror for you."
+     echo "  You may wish to stop this script and rerun after installation.)"
      sleep 2
     fi
    fi
@@ -119,7 +119,7 @@
 	if [ -r /usr/bin/symlinks ] ; then
          symlinks -d .
 	else
-	 echo "please install the package 'symlinks' and run 'symlinks -d $codecsdir' "
+	 echo "Please install the package 'symlinks' and run 'symlinks -d $codecsdir'."
 	fi
 	echo "Uninstalled Succesfully!"
 	




More information about the MPlayer-cvslog mailing list