[DEVELOPMENT ENVIRONMENT]

* BUG: Do not require /tmp to allow executables when running the internal
  system information shell script.


git-svn-id: svn://localhost/gambas/trunk@4307 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2011-12-21 17:57:49 +00:00
parent 67662421ff
commit b498d5fed8

View file

@ -26,8 +26,8 @@ Public Sub Form_Open()
sTemp &/= "report-ng.sh"
Try Kill sTemp
Copy "report-ng.sh" To sTemp
Shell "chmod a+x " & Shell$(sTemp) Wait
Exec [sTemp] To sText
'Shell "chmod a+x " & Shell$(sTemp) Wait
Exec ["/bin/sh", sTemp] To sText
aDir = Dir("/usr/lib/", "libQtCore.so.*.*.*")
If aDir.Count = 1 Then sLib &= "Qt4=" & aDir[0] & "\n"