Remove a ")" too much

svn path=/trunk/tools/RosBE/; revision=1205
This commit is contained in:
Daniel Reimer 2010-05-16 14:38:33 +00:00
parent 3fb2378ce5
commit 024bb58317

View File

@ -45,7 +45,7 @@ function rembin {
$ROS_CDOUTPUT = $ENV:ROS_CDOUTPUT
}
if (Test-Path "$ROS_INTERMEDIATE\.")) {
if (Test-Path "$ROS_INTERMEDIATE\.") {
"Cleaning ReactOS $ENV:ROS_ARCH source directory..."
$null = (Remove-Item "$ROS_AUTOMAKE" -force)