diff options
-rwxr-xr-x | modules/buildsystem/templates/upload-bin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/upload-bin b/modules/buildsystem/templates/upload-bin index 30730874..6c92aeed 100755 --- a/modules/buildsystem/templates/upload-bin +++ b/modules/buildsystem/templates/upload-bin @@ -5,6 +5,7 @@ tmpfile=$(mktemp) mail_from="root@mageia.org" mail_dest="boklm@mars-attacks.org" +test $# = 2 || exit 3 username="$1" comment="$2" |