From fe69b169aa1870644efcda4c1ff2dfe8dfab7b5b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 2 Mar 2013 16:18:39 +0000 Subject: [PATCH] Fix #60 --- bld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bld.sh b/bld.sh index 6494bc7c2..92c1660d1 100755 --- a/bld.sh +++ b/bld.sh @@ -44,7 +44,7 @@ node ./tiddlywiki.js \ # Third, empty.html: empty wiki for reuse node ./tiddlywiki.js \ - ./editions/tw5.com \ + ./editions/empty \ --verbose \ --savetiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/empty.html text/plain \ || exit 1