Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsansnom05 <sansnom05@users.sourceforge.net>2010-12-16 16:53:08 +0300
committersansnom05 <sansnom05@users.sourceforge.net>2010-12-16 16:53:08 +0300
commitf0d88a6ff96770b10031dcc59447cca2c7dbc91c (patch)
treee188e4e733fcf6fc9b00dc349618c19f4d47a7c9 /src/apps/mplayerc/mpcresources/rcfile.bat
parent5067b0b48d4d15b24669c8032b28e90e45202801 (diff)
legacy branch: merge r2662-r2759
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@2778 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/mpcresources/rcfile.bat')
-rw-r--r--src/apps/mplayerc/mpcresources/rcfile.bat10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/apps/mplayerc/mpcresources/rcfile.bat b/src/apps/mplayerc/mpcresources/rcfile.bat
index 911155987..57da0b32a 100644
--- a/src/apps/mplayerc/mpcresources/rcfile.bat
+++ b/src/apps/mplayerc/mpcresources/rcfile.bat
@@ -1,9 +1,9 @@
@echo off
-rem This is a simple script to checkout head revision mplayerc.rc file,
-rem then rename it to old file for rcfile.pl to process
+rem This is a simple script to check out the head revision of mplayerc.rc,
+rem then rename it to old file for rcfile.pl to process it
-echo Get the latest mplayerc.rc from repository...
+echo Getting the latest mplayerc.rc from repository...
svn cat -r head ../mplayerc.rc > $$TEMP$$.old
if %ERRORLEVEL% neq 0 GOTO :NOSVNCLI
@@ -12,10 +12,10 @@ perl rcfile.pl -b $$TEMP$$.old
goto :END
:NOSVNCLI
-echo You'll need svn command line tools to use this script.
+echo You'll need svn command line tool to use this script.
echo Or you can just checkout the head revision of mplayerc.rc file by yourself,
echo put it somewhere and then use the -b option to point to it.
:END
del $$TEMP$$.old
-pause \ No newline at end of file
+pause