[DEVELOPMENT ENVIRONMENT]

* BUG: Creating a project source archive works correctly again.


git-svn-id: svn://localhost/gambas/trunk@5514 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-01-22 02:13:23 +00:00
parent aebd42822d
commit 51223bab13

View file

@ -4251,7 +4251,7 @@ Public Sub MakeSourcePackageTo(sPath As String)
Shell sCmd Wait
If Not Exist(sTemp) Then Error.Raise(("The 'tar' command has failed."))
Kill sPath
Try Kill sPath
Copy sTemp To sPath
Try Kill sTemp