Minor fixes as well as clean-up surrounding internal functions.

This commit is contained in:
Sam Hardeman 2025-12-13 04:16:43 +01:00
parent 405c1e7244
commit e3a2efdb43
12 changed files with 218 additions and 134 deletions

4
cdz
View file

@ -1,8 +1,8 @@
#!/bin/sh
if [[ $DAISY_INTERNAL -ne 1 ]];
if [[ $LD_INTERNAL -ne 1 ]];
then
export DAISY_INTERNAL=1
export LD_INTERNAL=1
. $(dirname $(realpath $0))/daisy.source
fi