From 7e1013a1f2e24f38e58cc0b568f14267417ae037 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 29 May 2012 22:45:24 +0100 Subject: [PATCH] Remove mistaken double loading of template --- 2bld.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/2bld.sh b/2bld.sh index 7614cec2f..035501370 100755 --- a/2bld.sh +++ b/2bld.sh @@ -12,7 +12,6 @@ pushd tw2 > /dev/null node ../core/boot.js \ --verbose \ - --load shadows/tiddlywiki2.template.html.tid \ --load source/tiddlywiki.com/index.html.recipe \ --savetiddler $:/core/templates/tiddlywiki2.template.html ../tmp/tw2/index.html text/plain \ || exit 1