Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.3
-
48d677365a1061aa973b38d7b640498830bda452 28666d167aa8e602c0bea25ebc4d51b55005db13
Description
How to reproduce:
1) Save the myprog perl script and test-env.cpp in the same directory.
2) Make executable myprog by "chmod 755 myprog".
3) Compile test-env.cpp without defining SETENV.
4) Launch the just compiled executable and verify that the the script is
actually executed.
5) Now compile test-env.cpp by using -DSETENV.
6) Launch again the executable and verify that it now fails to execute.
Attachments
Issue Links
- relates to
-
QTBUG-65076 QProcess does not execute command if PATH isn't set
- Closed