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
shrc
4
shrc
|
|
@ -5,9 +5,9 @@
|
|||
# and sources the .rc afterwards!
|
||||
|
||||
# Source standard setup
|
||||
if [[ $DAISY_INTERNAL -ne 1 ]];
|
||||
if [[ $LD_INTERNAL -ne 1 ]];
|
||||
then
|
||||
DAISY_INTERNAL=1 source $DAISY_SOURCE_FILE
|
||||
LD_INTERNAL=1 source $LD_SOURCE_FILE
|
||||
fi
|
||||
|
||||
function md5_opt()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue