aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-13 15:02:48 -0300
committerEuAndreh <eu@euandre.org>2022-11-13 15:02:48 -0300
commit498178c29c1f721c6e151b89005e3a30e8520f08 (patch)
treed726cdd230a3b6b22341f8e2d6672b4fb50953bf
parentRevert "Move email, IRC and Atom into Thunderbird" (diff)
downloaddotfiles-498178c29c1f721c6e151b89005e3a30e8520f08.tar.gz
dotfiles-498178c29c1f721c6e151b89005e3a30e8520f08.tar.xz
bin/rfc: Fix usage of assert-arg(1)
-rwxr-xr-xbin/rfc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rfc b/bin/rfc
index bd8fb67..9c71ebc 100755
--- a/bin/rfc
+++ b/bin/rfc
@@ -133,7 +133,7 @@ if [ "${UPDATE:-}" = true ]; then
exit
fi
-eval "$(assert-arg "$RFC_NUMBER")"
+eval "$(assert-arg "$RFC_NUMBER" 'RFC_NUMBER')"
if [ ! -e "$F" ]; then
printf 'Given RFC_NUMBER "%s" does not exist at:\n%s\n' \