mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
67dace6c20
q3ded +set sv_dlURL "http://example.org" The shell removes the quotes but makes the content be a single argument for progam args. Quake 3 concatenates all the program args and splits lines at + or newlines. Then Quake 3 parses them using a tokenizer that skips unquoted C comments beginning with //. This results in the cvar being set to "http:". Escape the quotes so they are passed to the program and the tokenizer knows not to skip C comments. q3ded +set sv_dlURL \"http://example.org\" |
||
---|---|---|
.. | ||
linux | ||
msvc | ||
msvc10 | ||
msvc11 | ||
msvc12 | ||
nsis | ||
osx | ||
osxfe/ioquake3fe | ||
quake3_flat.iconset | ||
setup | ||
xcode | ||
ioquake3-folder.icns | ||
quake3-tango.png | ||
quake3-tango.xcf | ||
quake3.icns | ||
quake3.ico | ||
quake3.png | ||
quake3.svg | ||
quake3_flat.icns | ||
ReadMe-OSX.rtf |