From 7c212d1ccdc9e48f5e0c847f770fa9eee499e7ad Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 19 Aug 2014 16:58:42 +0200 Subject: [PATCH] Bug. --- start.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.tf b/start.tf index ae05816..2edd600 100644 --- a/start.tf +++ b/start.tf @@ -49,7 +49,7 @@ touch %{priv_dir}/%{mudworld}/aliases.tf; \ if [ ! -f %{priv_dir}/%{mudworld}/herbs.tf ]; then \ cp ../common/std/herbs.tf %{priv_dir}/%{mudworld}/exceptions.tf; \ - fi + fi; \ if [ ! -f %{priv_dir}/%{mudworld}/exceptions.tf ]; then \ cp ../common/std/exceptions.tf %{priv_dir}/%{mudworld}/exceptions.tf; \ fi