Spawn refactor

This commit is contained in:
Alejandro R. Mosteo
2018-02-07 00:07:09 +01:00
parent 79390887e0
commit 9e91102156
-1
View File
@@ -5,7 +5,6 @@ package Alire.OS_Lib is
function Spawn (Command : String;
Arguments : String := "") return Integer;
-- Returns exit code
procedure Spawn (Command : String;
Arguments : String:= "");