From 71f65eebdbe3c837690566e58e4fc6b852a25bc2 Mon Sep 17 00:00:00 2001 From: Andrew Walter Date: Fri, 3 Aug 2018 20:57:13 +1000 Subject: [PATCH] CI - Windows: Forgot to commit. --- lib/aruba/platforms/windows_platform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aruba/platforms/windows_platform.rb b/lib/aruba/platforms/windows_platform.rb index 17ece4d56..268154551 100644 --- a/lib/aruba/platforms/windows_platform.rb +++ b/lib/aruba/platforms/windows_platform.rb @@ -39,7 +39,7 @@ def which(program, path = ENV['PATH']) end def builtin_shell_commands - ['cd', 'echo', 'set', 'type'] + ['cd', 'dir', 'echo', 'exit', 'set', 'type'] end end end