fixed win_file state=touch

reviewable/pr18780/r1
Andreas Reischuck 11 years ago committed by Brian Coca
parent 406402bb26
commit 02ea210db9

@ -56,7 +56,7 @@ If ( $state -eq "touch" )
}
Else
{
echo $null > $file
echo $null > $path
}
$result.changed = $TRUE
}

Loading…
Cancel
Save