diff options
author | EuAndreh <eu@euandre.org> | 2022-11-13 15:02:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-13 15:02:48 -0300 |
commit | 498178c29c1f721c6e151b89005e3a30e8520f08 (patch) | |
tree | d726cdd230a3b6b22341f8e2d6672b4fb50953bf | |
parent | Revert "Move email, IRC and Atom into Thunderbird" (diff) | |
download | dotfiles-498178c29c1f721c6e151b89005e3a30e8520f08.tar.gz dotfiles-498178c29c1f721c6e151b89005e3a30e8520f08.tar.xz |
bin/rfc: Fix usage of assert-arg(1)
-rwxr-xr-x | bin/rfc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' \ |