diff --git a/xrbinup.cmd b/xrbinup.cmd index 95298e6ef80..ef8e5645fa8 100644 --- a/xrbinup.cmd +++ b/xrbinup.cmd @@ -11,11 +11,11 @@ if !null_args!==1 ( echo usage: %0 ^ ^ {dbg^|mix^|rel} goto ret ) -if not exist [%1] ( +if not exist %1 ( echo path not found: %1 goto ret ) -if not exist [%2] ( +if not exist %2 ( echo path not found: %2 goto ret )