Bug 6397 - ftrace doesn't pass the environment on its children
Summary: ftrace doesn't pass the environment on its children
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2245
  Show dependency treegraph
 
Reported: 2008-04-14 08:53 UTC by Petr Machata
Modified: 2008-04-15 15:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Machata 2008-04-14 08:53:39 UTC
ftrace doesn't pass the environment on its children:

$ echo $DISPLAY
:0.0
$ ftrace -version
0.0.1.2008.03.19.rh1
$ ftrace -- `which bash` -c set | grep DISPLAY
DISPLAY=:0.0
$ ./frysk-core/frysk/bindir/ftrace -version
0.2.50
$ ./frysk-core/frysk/bindir/ftrace -- bash -c set | grep DISPLAY
$
Comment 1 Petr Machata 2008-04-15 15:23:13 UTC
Stan Cox fixed that yesterday.