From d4fe34966029a680498269f3b0563d2f84654ddb Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 18 Nov 2009 19:24:09 +0100 Subject: [PATCH] Comment fix in build script. --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index df0a4d7..5a30a87 100644 --- a/build.sh +++ b/build.sh @@ -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..."