From a9833a71ce335e7f1b93f3f29f1c2044700a2586 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Wed, 4 Nov 2015 20:54:44 +1100 Subject: TOOLS/gen-x11-icon.sh: fix for recent ImageMagick Apparently ImageMagick no longer appends a newline to the format. This also sets the execute bit on the script. --- TOOLS/gen-x11-icon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 TOOLS/gen-x11-icon.sh (limited to 'TOOLS') diff --git a/TOOLS/gen-x11-icon.sh b/TOOLS/gen-x11-icon.sh old mode 100644 new mode 100755 index 550e9c354d..34823aa710 --- 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:- } -- cgit v1.2.3