From 9e1b2e1e8b79bd2381b11866cbc4b08a741f948a381c358ef922f7624e166a70 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 22 Mar 2024 14:12:04 +0000 Subject: [PATCH] Annoying %autosetup ignores -p0 patches OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=140 --- boo1221414-scp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boo1221414-scp.patch b/boo1221414-scp.patch index 088a2a0..8d5f3ae 100644 --- a/boo1221414-scp.patch +++ b/boo1221414-scp.patch @@ -4,8 +4,8 @@ Do not replace COMPREPLY with _comp_compgen_split() completions/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---- completions/ssh -+++ completions/ssh 2024-03-22 13:27:49.715476006 +0000 +--- a/completions/ssh ++++ b/completions/ssh 2024-03-22 13:27:49.715476006 +0000 @@ -499,7 +499,7 @@ _comp_xfunc_scp_compgen_remote_files() command sed -e 's/'"$_comp_cmd_scp__path_esc"'/\\\\\\&/g' -e 's/[*@|=]$//g' \ -e 's/[^\/]$/& /g')