[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:
parent
aebd42822d
commit
51223bab13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue