diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 12:36:26 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 12:36:26 +0000 |
commit | b711384b092fd4a2b93b4b4ef1cb0d0ab7b09ed8 (patch) | |
tree | fd591f55cb0c694f10487e0d801a8aac774c51c3 /libexec/recit-entries | |
parent | 7adfb75eae9085731dabe4fbe8a467f8c0147994 (diff) | |
download | recit-b711384b092fd4a2b93b4b4ef1cb0d0ab7b09ed8.tar.gz |
remove debug
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-x | libexec/recit-entries | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index 87fc8cb..fd74853 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Usage: recit entries [-p project-name] [-t time|today|yesterday|tomorrow] # Summary: Display entries, optionally for a project and/or a certain time -set -xe +set -e # shellcheck source=/dev/null source lib/loader |