summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2024-01-30 11:24:41 +0100
committerHarald Sitter <sitter@kde.org>2024-01-30 11:24:41 +0100
commitaf2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 (patch)
treed50ac93832f11af6cb2413cd1f2ee61f7a881f15
parentb5188f34647c6ff76402e3d907879264e9bc3409 (diff)
xdg-icon-resource: unbreak syntax by removing stray grave accent
-rw-r--r--scripts/xdg-icon-resource.in2
1 files changed, 1 insertions, 1 deletions
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)"