Comment fix in build script.

This commit is contained in:
richard 2009-11-18 19:24:09 +01:00
parent 59f3a3e84c
commit d4fe349660
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ cp -r $BUILDDIR/$PLUGINFILE $PLUGINDIR/$PLUGINFILE
if [ $MAKEPATCH = "false" ]
then
# Copy all files.
echo "Copying plugin files..."
cp -r $PLUGINFILES $RELEASEDIR
@ -74,7 +75,7 @@ then
cp $ZRTOOLS_SOURCE/zrtools.ext.so $EXTENSIONDIR
cp $ZRTOOLS_SOURCE/zrtools.ext.dll $EXTENSIONDIR
else
# Copy only plugin binary and changed files.
# Copy only changed files.
CHANGEDFILES=$(hg status --rev $PATCHREV | grep "cstrike/" | cut -d ' ' -f2 | cut -d '/' -f2-)
echo "Copying plugin files..."