Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 926298 Details for
Bug 1129557
The st-user script does not propagate command-line parameters
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Parameter propagation
st-users-params.patch (text/plain), 660 bytes, created by
Jan Staněk
on 2014-08-13 07:50:10 UTC
(
hide
)
Description:
Parameter propagation
Filename:
MIME Type:
Creator:
Jan Staněk
Created:
2014-08-13 07:50:10 UTC
Size:
660 bytes
patch
obsolete
>diff -up ./st-user.old ./st-user >--- ./st-user.old 2014-08-13 09:36:33.181935380 +0200 >+++ ./st-user 2014-08-13 09:37:00.444934262 +0200 >@@ -37,12 +37,12 @@ patchmod=0 > > function run_custom { > echo "${name}: Running user ${tool}..." 1>&2 >- ${bindir}/${tool} >+ ${bindir}/${tool} $@ > } > > function run_system { > echo "${name}: Running system ${tool}..." 1>&2 >- /usr/bin/${tool}-fedora >+ /usr/bin/${tool}-fedora $@ > } > > function rebuild { >@@ -91,4 +91,4 @@ if [ -f ${config} -o -d ${patches} ]; th > rebuild > fi > fi >-[ -x ${bindir}/${tool} ] && run_custom || run_system >+[ -x ${bindir}/${tool} ] && run_custom $@ || run_system $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1129557
: 926298