Fix the "TYPE" command (now behaves as on Windows)

svn path=/trunk/; revision=59395
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-30 15:28:40 +00:00
parent 9710382684
commit 67152105b1

View file

@ -128,12 +128,10 @@ INT cmd_type (LPTSTR param)
}
}
ConOutPuts(_T("\n"));
CloseHandle(hFile);
}
freep (argv);
freep(argv);
return 0;
}