GraphicsMagick: convert-batch.tap: It seems that extra quoting i...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.7166.1681672763.6776.graphicsmagick-commit@lists.sourceforge.net> |
changeset da3a4c87b9dc in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=da3a4c87b9dc
summary: convert-batch.tap: It seems that extra quoting is no needed for -comment argument.
diffstat:
utilities/tests/convert-batch.tap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 8d0bf3a215fe -r da3a4c87b9dc utilities/tests/convert-batch.tap
--- a/utilities/tests/convert-batch.tap Sun Apr 16 14:14:47 2023 -0500
+++ b/utilities/tests/convert-batch.tap Sun Apr 16 14:19:12 2023 -0500
@@ -20,6 +20,6 @@
# identity:10 produces a 1000x1000 image
# Removed -segment 0.5x0.25 since it can not work with such images
subcommande1=$(printf '%s' "${subcommand}" | sed "s/'/\\\'/g")
- printf "convert identity:10 -comment \"%s\" %s -format '%s' info:-\n" "${subcommande1}" "${subcommand}" '%r %g %# %c'
+ printf "convert identity:10 -comment \"%s\" %s -format '%s' info:-\n" "${subcommand}" "${subcommand}" '%r %g %# %c'
#set +x
done | gm batch -echo off -prompt off -feedback on -pass PASS -fail FAIL