Commit 6273c328 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

command_not_found_handle outputs to stderr

parent 87dc1579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,6 +226,6 @@ command_not_found_handle ()
			return 127
			;;
	esac
}
} >&2

cmd_$1 "$@"