From 8ba9de76212467df775fbb53f2cc31482563a2ed Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 27 Mar 2012 14:06:46 +0000 Subject: [PATCH] --- MagickWand/script-token.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickWand/script-token.c b/MagickWand/script-token.c index ac7258226..a8bb07ee9 100644 --- a/MagickWand/script-token.c +++ b/MagickWand/script-token.c @@ -197,15 +197,15 @@ WandExport ScriptTokenInfo * DestroyScriptTokenInfo(ScriptTokenInfo *token_info) % end of the line. You can escape a comment '#', using quotes or backlsashes % just as you can in a shell. % -% As a special case a ';' at the start of a line is also treated as a comment +% As a special case a ':' at the start of a line is also treated as a comment % This allows a magick script to ignore a line that is parsed by the shell % and can be used as a 'launcher' for magick scripts. For example % % #!/bin/sh % # % # Shell Launcher for Magick Script -% ; echo "This part is run in the shell" -% ; exec magick -script "$0" "$@"; exit 10 +% : echo "This part is run in the shell" +% : exec magick -script "$0" "$@"; exit 10 % # % # The rest of the script is magick script % -read label:"This is a Magick Script!" -- 2.40.0