aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGautham <ahgamut@gmail.com>2024-04-20 22:16:23 -0500
committerGautham <ahgamut@gmail.com>2024-04-20 22:16:23 -0500
commit382ff77bbe3eca82a99e7f5e12f84ceea65e8fde (patch)
treea12bfa8165f7e9dfb125d8c58189454deb27713a /.github
parentsimplify janet APE build (diff)
typo
Diffstat (limited to '.github')
-rw-r--r--.github/cosmo/build2
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 .)