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
newday
4
newday
|
|
@ -14,7 +14,7 @@
|
|||
# You can use this for a primitive form of note-taking, but aside from notes -
|
||||
# you can store any data this way.
|
||||
|
||||
DAISY_INTERNAL=1
|
||||
LD_INTERNAL=1
|
||||
. $(dirname $(realpath $0))/daisy.source
|
||||
|
||||
dir_name=ByDate
|
||||
|
|
@ -34,7 +34,7 @@ function errorFn()
|
|||
error=$?
|
||||
if [[ $error -gt 0 ]];
|
||||
then
|
||||
echo "$DAISY_BIN error ($error): "
|
||||
echo "$LD_BIN error ($error): "
|
||||
perl -E 'say $!=shift' $error
|
||||
fi
|
||||
exit $error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue