Fixed syntax error in package-all.sh.

This commit is contained in:
Matthew Bowra-Dean
2011-01-27 15:07:03 +13:00
committed by Paul Chote
parent 4eaf97f90e
commit d74c93c66e

View File

@@ -28,7 +28,7 @@ find . -path "*.mdb" -delete
# they are now installed to the game directory instead of placed in the gac
FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.Renderer.Cg.dll \
OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll OpenRA.FileFormats.dll FreeSans.ttf FreeSansBold.ttf titles.ttf \
cg glsl mods/ra mods/cnc COPYING HACKING INSTALL
cg glsl mods/ra mods/cnc COPYING HACKING INSTALL"
echo "Copying files..."
for i in $FILES; do