We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d405d1 commit 064438fCopy full SHA for 064438f
usr/bin/gpg-dearmor
@@ -8,8 +8,8 @@ set -o errtrace
8
set -o nounset
9
set -o pipefail
10
11
-source_file="$1"
12
-target_file="$2"
+source_file="${1-}"
+target_file="${2-}"
13
14
if [ "$source_file" = "" ] || [ "$target_file" = "" ]; then
15
printf '%s\n' "$0: ERROR: syntax: $0 source-file target-file" >&2
0 commit comments