scripts: Fix logging goof in recorders

This commit is contained in:
Andrea Rogers 2024-10-01 13:10:07 -05:00
commit 0529ea07d8
2 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,8 @@
* Record sessions with Asciinema for the Librecode project!
'
. "$(dirname $0)/util/logging.bash"
read -d '' usage <<EOUSAGE
Usage: $0 [-h]
@ -24,7 +26,6 @@ done
shift $((OPTIND-1))
. "$(dirname $0)/util/logging.bash"
. /etc/os-release
timestamp=$(mktimestamp)