From f3cb0e8fda511db7a5f28b074a0f55b7866659af Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 9 Nov 2010 11:49:38 -0500 Subject: [PATCH] Fixed bum filename. --- outline.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outline.bash b/outline.bash index cad638a..8420f54 100755 --- a/outline.bash +++ b/outline.bash @@ -56,7 +56,7 @@ if [ "$?" == "0" ] then xsl=with_offset.xsl else - xsl=without_offset + xsl=without_offset.xsl fi xalan -xsl $xsl -in contents.xml -text -out contents.txt