- 
    
Bug
 - 
    Resolution: Done
 - 
    
  Not Evaluated                     
     - 
    Qt Creator 4.13.1
 - 
    None
 
- 
        
 - 
        361b5e35306d3f3f5cf488a67560523d4e1e6cf0 (qt-creator/qt-creator/master)
 
When the console application starts from the qtcreator (Ctrl+R), the program /bin/sh is called despite the SHELL environment variable (/bin/bash).
This results in a startup error when input redirection options are present:
MyConsoleApp< <(echo "123 456")...
/bin/sh: 1: Syntax error: redirection unexpected
Ubuntu 20.04