Subversion Repositories SvarDOS

Rev

Rev 421 | Rev 451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 421 Rev 435
Line 41... Line 41...
41
    outputnl("");
41
    outputnl("");
42
    outputnl("variable  Specifies the environment-variable name");
42
    outputnl("variable  Specifies the environment-variable name");
43
    outputnl("string    Specifies a series of characters to assign to the variable");
43
    outputnl("string    Specifies a series of characters to assign to the variable");
44
    outputnl("");
44
    outputnl("");
45
    outputnl("Type SET without parameters to display the current environment variables.");
45
    outputnl("Type SET without parameters to display the current environment variables.");
-
 
46
    return(-1);
46
  }
47
  }
47
 
48
 
48
  /* no arguments - display content */
49
  /* no arguments - display content */
49
  if (p->argc == 0) {
50
  if (p->argc == 0) {
50
    while (*env != 0) {
51
    while (*env != 0) {