lib/vagrant-windows/scripts/command_alias.ps1 in vagrant-windows-1.0.3 vs lib/vagrant-windows/scripts/command_alias.ps1 in vagrant-windows-1.2.0
- old
+ new
@@ -14,9 +14,13 @@
exit 0
}
exit 1
}
+function chmod {
+ exit 0
+}
+
function chown {
exit 0
}
function mkdir ([Switch] $p, [String] $path)