Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
xdg-utils
xdg-utils-egrep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xdg-utils-egrep.patch of Package xdg-utils
From 7538458c6c8999296a272c40bd4ec24132a51877 Mon Sep 17 00:00:00 2001 From: E5ten <ethancsommer@gmail.com> Date: Thu, 16 Jan 2020 02:06:09 +0000 Subject: [PATCH] switch from non-standard "egrep" to POSIX "grep -E" References: https://bugzilla.opensuse.org/show_bug.cgi?id=1203092 https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/21 https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/44 https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/207 --- scripts/xdg-open.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in index 202f3e3..35b0522 100644 --- a/scripts/xdg-open.in +++ b/scripts/xdg-open.in @@ -72,7 +72,7 @@ get_key() is_file_url_or_path() { if echo "$1" | grep -q '^file://' \ - || ! echo "$1" | egrep -q '^[[:alpha:]][[:alpha:][:digit:]+\.\-]*:'; then + || ! echo "$1" | grep -Eq '^[[:alpha:]][[:alpha:][:digit:]+\.\-]*:'; then return 0 else return 1 -- GitLab
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor