diff --git a/tools/create_claro_project.tmpl.sh b/tools/create_claro_project.tmpl.sh index b3f22c97..e9e9c294 100755 --- a/tools/create_claro_project.tmpl.sh +++ b/tools/create_claro_project.tmpl.sh @@ -26,7 +26,10 @@ echo '{{DOT_BAZEL_RC}}' > "$dest/.bazelrc" echo '{{DOT_BAZEL_VERSION}}' > "$dest/.bazelversion" # MODULE.bazel -echo '{{MODULE_DOT_BAZEL}}' > "$dest/MODULE.bazel" +cat << \EOF > "$dest/MODULE.bazel" +{{MODULE_DOT_BAZEL}} +EOF + # BUILD echo "load(\"@claro-lang//:rules.bzl\", \"claro_binary\")