minor cleanup

This commit is contained in:
Connor Olding 2023-06-17 06:14:35 +02:00
parent aff3b7a91c
commit d8e71a6b2d
2 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,6 @@ if [ ! -e /cosmopolitan.done ]; then
: \
&& cd /root/cosmopolitan \
&& export V=0 COLUMNS=80 TMPDIR=/tmp \
&& export COSMO_FLAVOR=opt \
&& . ./env \
&& { [ "$COSMO_FLAVOR" != def ] && mode="$COSMO_FLAVOR" || mode= ;} \
&& printf '%s="%s"\n' >env \

View File

@ -11,7 +11,6 @@ export \
BUSYBOX_SHA256=b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314 \
BUSYBOX_VERSION=1.36.1 \
COSMO_COMMIT=c3440d040c57316b91632d3c3b4fb1316b2fa87c \
COSMO_FLAVOR=fastbuild \
COSMO_SHA256=f388521fc4d599ca96dc1131bfb5f64af8eb0235a49884693532f9db242ba6f4 \
ENDLESSH_COMMIT=dfe44eb2c5b6fc3c48a39ed826fe0e4459cdf6ef \
ENDLESSH_SHA256=c8989988af0a8c848d1a4979962f008c504a12ed6fe6a12e032c37feaa0ae5f8 \
@ -43,7 +42,9 @@ if [ ! -e /notwa-util.done ]; then
|| exit $?
fi
export COSMO_FLAVOR=fastbuild || exit $?
. /vagrant/notwa-util/cosmopolitan-bootstrap11 || exit $?
export COSMO_FLAVOR=opt || exit $?
. /vagrant/notwa-util/cosmopolitan11 || exit $?
cd /root/cosmopolitan && . ./env || exit $?
export COSMO COSMO_DIST