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