Minor fixes as well as clean-up surrounding internal functions.
This commit is contained in:
parent
405c1e7244
commit
e3a2efdb43
12 changed files with 218 additions and 134 deletions
4
cdz
4
cdz
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue