summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
20dbca3)
argument to attach command.
+2010-12-08 David Levine <levinedl@acm.org>
+
+ * uip/whatnowsbr.c: enforce requirement of at least one file
+ argument to attach command.
+
2010-12-08 David Levine <levinedl@acm.org>
* man/send.man: added name= portion to Content-Type
2010-12-08 David Levine <levinedl@acm.org>
* man/send.man: added name= portion to Content-Type
+ if (*(argp+1) == (char *)0) {
+ advise((char *)0, "attach command requires file argument(s).");
+ break;
+ }
+
/*
* Build a command line that causes the user's shell to list the file name
* arguments. This handles and wildcard expansion, tilde expansion, etc.
/*
* Build a command line that causes the user's shell to list the file name
* arguments. This handles and wildcard expansion, tilde expansion, etc.