From d4b73ac2025836b81e99d345bbef612ff34e796f Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Tue, 9 Nov 2010 11:48:34 -0500 Subject: [PATCH] Fixed a typo. --- outline.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outline.bash b/outline.bash index d89aa8f..cad638a 100755 --- a/outline.bash +++ b/outline.bash @@ -48,7 +48,7 @@ echo "Tidied contents.xml" # xalan doesn't handle ns well, stripp them sed -e "s/ xmlns=\".*\"//g" -i contents.xml # xalan also doesn't handle imports, which shouldn't be necessary anyway -sed -e "s/ standlone=\"no\"//g" -i contents.xml +sed -e "s/ standalone=\"no\"//g" -i contents.xml # use grep to figure out which xsl to use grep "[0-9]\{2\}:[0-9]\{2\}" contents.xml > /dev/null