diff options
| author | 2024-04-20 22:16:23 -0500 | |
|---|---|---|
| committer | 2024-04-20 22:16:23 -0500 | |
| commit | 382ff77bbe3eca82a99e7f5e12f84ceea65e8fde (patch) | |
| tree | a12bfa8165f7e9dfb125d8c58189454deb27713a /.github | |
| parent | simplify janet APE build (diff) | |
typo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/cosmo/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/cosmo/build b/.github/cosmo/build index 22c51c46..6c1f4087 100644 --- a/.github/cosmo/build +++ b/.github/cosmo/build @@ -3,7 +3,7 @@ # copy janet recipe mkdir -p /sc/sueprconfigure/janet cp ./.github/cosmo/recipe.mk /sc/superconfigure/BUILD.mk -cat 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk +echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk export SOURCE_DIR=$(realpath .) |
