From fb47b226d0fc3a253f538557a865bae726a8c42a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 11 Aug 2017 13:07:55 -0400 Subject: Fix integer comparison test. --- localgpgexpandkeyring | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localgpgexpandkeyring b/localgpgexpandkeyring index 6df0b0c..6a825ff 100755 --- a/localgpgexpandkeyring +++ b/localgpgexpandkeyring @@ -3,7 +3,7 @@ set -e -if [ $# > 0 ]; then +if [ $# -gt 0 ]; then mykeys="$1" shift fi -- cgit v1.2.3