From 1e169bf2f12c8c784cf299aeaf854f43b27d5339 Mon Sep 17 00:00:00 2001 From: chromatic Date: Sat, 1 Oct 2011 12:29:03 -0700 Subject: [PATCH] Fixed status message path in chapter builder tool. --- build/tools/build_chapters.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/build_chapters.pl b/build/tools/build_chapters.pl index e7978a34..4f2321e1 100755 --- a/build/tools/build_chapters.pl +++ b/build/tools/build_chapters.pl @@ -97,5 +97,5 @@ sub write_chapter print {$fh} $text; - warn "Writing '$path'\n"; + warn "Writing '$chapter_path'\n"; }