Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.13.1
-
Fix Version/s: Qt Creator 4.14.0-beta1
-
Component/s: Debugger
-
Labels:None
-
Platform/s:
-
Commits:361b5e35306d3f3f5cf488a67560523d4e1e6cf0 (qt-creator/qt-creator/master)
Description
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