]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parsemail.sh: Fix usage via stdin.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 14 Mar 2017 18:09:12 +0000 (19:09 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 21 Mar 2017 20:34:50 +0000 (20:34 +0000)
commit03ff2f51d9a59fa6e118362dc0e07ecd17a4cabb
treea2fac5c92f54fffbc75452999edf43d51cfee19c
parent9b81f1aed6cf9a5d223b9f788223f244a8a03215
parsemail.sh: Fix usage via stdin.

Commit e56391f66cb8 ("trivial: Standardize variable naming in scripts")
sneaked in a checked for missing command line arguments in parsemail.sh
which broke typical argument-less usage for mail delivery.  Revert that
again.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Fixes: e56391f6 ("trivial: Standardize variable naming in scripts")
patchwork/bin/parsemail.sh