Home
last modified time | relevance | path

Searched refs:GPG_VER_21 (Results 1 – 3 of 3) sorted by relevance

/dports/security/git-secret/git-secret-94d5ae4/src/_utils/
H A D_git_secret_tools.sh91 GPG_VER_21="$(gpg --version | gawk "$AWK_GPG_VER_CHECK")"
715 if [[ "$GPG_VER_21" -eq 1 ]]; then
/dports/security/git-secret/git-secret-94d5ae4/tests/
H A D_test_base.bash76 if [[ $GPG_VER_21 -eq 1 ]]; then
/dports/security/git-secret/git-secret-94d5ae4/
H A Dgit-secret95 GPG_VER_21="$(gpg --version | gawk "$AWK_GPG_VER_CHECK")"
719 if [[ "$GPG_VER_21" -eq 1 ]]; then