From 787140069bce6bd65d25c492553c9ef7b8900b39 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 29 Dec 2006 21:48:56 +0000 Subject: Print command-line to stderr when making demo page. git-svn-id: https://pandoc.googlecode.com/svn/trunk@317 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/mkdemos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/mkdemos.sh b/web/mkdemos.sh index e33c464f8..f612ffc35 100644 --- a/web/mkdemos.sh +++ b/web/mkdemos.sh @@ -42,7 +42,7 @@ for command in "$@"; do input=$(echo $command | sed -e 's/.* \([^ ]*\) -o.*/\1/') output=$(echo $command | sed -e 's/.*-o \(.*\)/\1/') echo "1. $firstpart $input -o $output" + echo $command >&2 result=$($command) # run the command and create output file - echo "Created $output." >&2 done -- cgit v1.2.3