Andreas Stieger
0865182597
ugrep 4.4.1 OBS-URL: https://build.opensuse.org/request/show/1134094 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=123
21 lines
625 B
Diff
21 lines
625 B
Diff
From 8f4ced87032edd356a94ce9e5a2786d89f75e14a Mon Sep 17 00:00:00 2001
|
|
From: Andreas Stieger <Andreas.Stieger@gmx.de>
|
|
Date: Tue, 19 Dec 2023 19:27:32 +0100
|
|
Subject: [PATCH] remove shebang from bash completion script
|
|
References: https://github.com/Genivia/ugrep/pull/338
|
|
|
|
---
|
|
completions/bash/ug | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/completions/bash/ug b/completions/bash/ug
|
|
index 540b65ce..376575cc 100755
|
|
--- a/completions/bash/ug
|
|
+++ b/completions/bash/ug
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/env bash
|
|
# bash completion for ug and ugrep
|
|
# recommended: add the following lines to ~/.inputrc
|
|
# set colored-stats on
|
|
|