diff --git a/bin/lock b/bin/lock index 91d759e..dd0f3bf 100755 --- a/bin/lock +++ b/bin/lock @@ -9,11 +9,7 @@ error() { [ -n "$1" ] || error "input file missing" [ -r "$1" ] || error "can't read input file" -# shellcheck disable=SC2016 # I don't want $(tty) to be expanded printf '#!/bin/sh -GPG_TTY=$(tty) -export GPG_TTY -base64 -d <