summaryrefslogtreecommitdiff
path: root/scripts/xdg-icon-resource.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xdg-icon-resource.in')
-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)"