1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source/x/xdg-utils/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch
Patrick J Volkerding 97075b27ca Sat Feb 3 20:54:00 UTC 2024
a/glibc-zoneinfo-2024a-noarch-1.txz:  Upgraded.
  This package provides the latest timezone updates.
n/ca-certificates-20240203-noarch-1.txz:  Upgraded.
  This update provides the latest CA certificates to check for the
  authenticity of SSL connections.
x/ibus-libpinyin-1.15.7-x86_64-1.txz:  Upgraded.
x/xdg-utils-1.2.0-noarch-1.txz:  Upgraded.
2024-02-03 22:29:12 +01:00

24 lines
824 B
Diff

From af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 Mon Sep 17 00:00:00 2001
From: Harald Sitter <sitter@kde.org>
Date: Tue, 30 Jan 2024 11:24:41 +0100
Subject: xdg-icon-resource: unbreak syntax by removing stray grave accent
---
scripts/xdg-icon-resource.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/xdg-icon-resource.in b/scripts/xdg-icon-resource.in
index 0bfa26b..47ba6d6 100644
--- a/scripts/xdg-icon-resource.in
+++ b/scripts/xdg-icon-resource.in
@@ -306,7 +306,7 @@ fi
need_kde_icon_path()
{
local path
- path="$(xdg_realpath "$1")" 2> /dev/null` # Normalize path
+ path="$(xdg_realpath "$1")" 2> /dev/null # Normalize path
DEBUG 2 "need_kde_icon_path $path"
if [ -z "$path" ] ; then
DEBUG 2 "need_kde_icon_path RETURN 1 (not needed, no xdg icon dir)"
--
cgit v1.2.3