summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalgpgexpandkeyring2
1 files changed, 1 insertions, 1 deletions
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