We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314a82e commit 6515431Copy full SHA for 6515431
xrbinup.cmd
@@ -11,11 +11,11 @@ if !null_args!==1 (
11
echo usage: %0 ^<game_installation_dir^> ^<repository_root_dir^> {dbg^|mix^|rel}
12
goto ret
13
)
14
-if not exist [%1] (
+if not exist %1 (
15
echo path not found: %1
16
17
18
-if not exist [%2] (
+if not exist %2 (
19
echo path not found: %2
20
21
0 commit comments