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 598419 Details for
Bug 641686
PackageKit-command-not-found executes commands without arguments
[?]
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]
Fix for incorrect number of arguments and print error message to stderr
command_not_found_handle.patch (text/plain), 686 bytes, created by
Roman Rakus
on 2012-07-16 11:07:04 UTC
(
hide
)
Description:
Fix for incorrect number of arguments and print error message to stderr
Filename:
MIME Type:
Creator:
Roman Rakus
Created:
2012-07-16 11:07:04 UTC
Size:
686 bytes
patch
obsolete
>diff -up PackageKit-0.8.1/contrib/command-not-found/PackageKit.sh.in.patch PackageKit-0.8.1/contrib/command-not-found/PackageKit.sh.in >--- PackageKit-0.8.1/contrib/command-not-found/PackageKit.sh.in.patch 2012-07-16 12:56:12.000000000 +0200 >+++ PackageKit-0.8.1/contrib/command-not-found/PackageKit.sh.in 2012-07-16 13:02:46.000000000 +0200 >@@ -18,10 +18,10 @@ command_not_found_handle () { > > # run the command, or just print a warning > if [ $runcnf -eq 1 ]; then >- @LIBEXECDIR@/pk-command-not-found $@ >+ @LIBEXECDIR@/pk-command-not-found "$@" > retval=$? > else >- echo "bash: $1: command not found" >+ echo "bash: $1: command not found" >&2 > fi > > # return success or failure
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 641686
: 598419