[BACK]Return to release.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/release.c between version 1.8 and 1.9

version 1.8, 2005/05/27 17:04:59 version 1.9, 2005/05/31 08:26:40
Line 188 
Line 188 
   
                         /* XXX we should try to avoid a new connection ... */                          /* XXX we should try to avoid a new connection ... */
                         if ((fp = popen(updcmd, "r")) == NULL) {                          if ((fp = popen(updcmd, "r")) == NULL) {
                                 cvs_log(LP_ERROR, "cannot run command `%s'",                                  cvs_log(LP_ERR, "cannot run command `%s'",
                                     updcmd);                                      updcmd);
                                 return (CVS_EX_DATA);                                  return (CVS_EX_DATA);
                         }                          }
Line 200 
Line 200 
                         }                          }
   
                         if (pclose(fp) != 0) {                          if (pclose(fp) != 0) {
                                 cvs_log(LP_ERROR, "unable to release `%s'",                                  cvs_log(LP_ERR, "unable to release `%s'",
                                     dpath);                                      dpath);
                                 return (CVS_EX_DATA);                                  return (CVS_EX_DATA);
                         }                          }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9