| Summary: | Please use fd 2 instead of /dev/stderr | ||
|---|---|---|---|
| Product: | plymouth | Reporter: | Laurent Bigonville <bigon> |
| Component: | general | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | rstrode |
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: |
0002-stderr.patch
0001-scripts-Use-fd-for-stdout-instead-of-device-since-th.patch |
||
|
Description
Laurent Bigonville
2017-08-24 14:22:46 UTC
sure, can you attach it as a git format-patch formatted patch though? Created attachment 133753 [details] [review] 0001-scripts-Use-fd-for-stdout-instead-of-device-since-th.patch Thanks pushed with a minor fix to the usage function To ssh://git.freedesktop.org/git/plymouth e12b5ee..f942597 master -> master Shouldn't - local output="/proc/self/fd/1" + local output="/dev/stdout" Be - local output="/proc/self/fd/1" + local output=">&1" ? no, i don't think so. the line that follows does
echo "usage: plymouth [ --verbose | -v ] { --targetdir | -t } <initrd_directory>" > $output
so that would put usage information in a file named '>&1'
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.