tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit fcbc0ff1676a720e48022157b9c7f72e5bfc61ed
parent 18a0a9096f7d7a900e0ae874a61f2f0b43a7a6aa
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Wed,  8 Sep 2021 03:02:59 +0530

fix the order of validation checks

Diffstat:
Mtessen | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tessen b/tessen @@ -216,13 +216,13 @@ main() { unset -v opt shift $((OPTIND - 1)) + validate_backend + validate_clip_time + readonly WTYPE readonly BACKEND readonly CLIP_TIME - validate_backend - validate_clip_time - trap 'die' EXIT TERM get_pass_file get_pass_data