mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 13:20:23 +00:00
Remove a ")" too much
svn path=/trunk/tools/RosBE/; revision=1205
This commit is contained in:
parent
3fb2378ce5
commit
024bb58317
@ -45,7 +45,7 @@ function rembin {
|
|||||||
$ROS_CDOUTPUT = $ENV:ROS_CDOUTPUT
|
$ROS_CDOUTPUT = $ENV:ROS_CDOUTPUT
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Test-Path "$ROS_INTERMEDIATE\.")) {
|
if (Test-Path "$ROS_INTERMEDIATE\.") {
|
||||||
"Cleaning ReactOS $ENV:ROS_ARCH source directory..."
|
"Cleaning ReactOS $ENV:ROS_ARCH source directory..."
|
||||||
|
|
||||||
$null = (Remove-Item "$ROS_AUTOMAKE" -force)
|
$null = (Remove-Item "$ROS_AUTOMAKE" -force)
|
||||||
|
Loading…
Reference in New Issue
Block a user