summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-x[-rw-r--r--]TOOLS/gen-x11-icon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/gen-x11-icon.sh b/TOOLS/gen-x11-icon.sh
index 550e9c354d..34823aa710 100644..100755
--- a/TOOLS/gen-x11-icon.sh
+++ b/TOOLS/gen-x11-icon.sh
@@ -5,7 +5,7 @@
conv() {
echo
- identify -format "icon: %w %h" "$1"
+ echo `identify -format "icon: %w %h" "$1"`
convert "$1" -depth 8 rgba:-
}