From dce487380c771da7a9507549baf6fde496d14d57 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Sun, 18 Jan 2015 11:52:15 +0100 Subject: Fix not found handler for fedora --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/functions/__fish_config_interactive.fish') diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 564cd791..4bd04b62 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -217,7 +217,7 @@ function __fish_config_interactive -d "Initializations that should be performed # Check for Fedora's handler else if test -f /usr/libexec/pk-command-not-found function __fish_command_not_found_handler --on-event fish_command_not_found - /usr/libexec/pk-command-not-found -- $argv + /usr/libexec/pk-command-not-found $argv end # Check in /usr/lib, this is where modern Ubuntus place this command else if test -f /usr/lib/command-not-found -- cgit v1.2.3