search for: get_packag

Displaying 3 results from an estimated 3 matches for "get_packag".

Did you mean: get_paca
2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...Content-type: text/x-diff; charset="us-ascii"; name="INSTALL.patch" Content-disposition: attachment; filename="INSTALL.patch" Content-transfer-encoding: 7bit *** INSTALL~ Wed Jun 22 11:09:59 2005 --- INSTALL Fri Dec 2 17:08:50 2005 *************** *** 127,136 **** get_packages () { ## get the full path names to all packages contained in $1. ## NOTE: modifies pkgs! if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"` for p in ${bundlepkg}; do ! pkgs=&...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...uot;us-ascii"; name="INSTALL.patch" > Content-disposition: attachment; filename="INSTALL.patch" > Content-transfer-encoding: 7bit > > *** INSTALL~ Wed Jun 22 11:09:59 2005 > --- INSTALL Fri Dec 2 17:08:50 2005 > *************** > *** 127,136 **** > get_packages () { > ## get the full path names to all packages contained in $1. > ## NOTE: modifies pkgs! > if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then > bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"` > for p in ${bundlepkg...
2005 Dec 07
0
???UNSURE??? Re: (PR#8363) R CMD INSTALL fails if cd prints
...y unreachable for me) doesn't do it. > Our philosphy is to assume that the users tools are standard (e.g. POSIX) > unless there is widespread evidence to the contrary. The INSTALL.in script already contains various '> /dev/null'; my patch just adds another two, inside the get_packages function, just to avoid any output that the cd-command might happen to have. I would not have thought this to be so controversial. Regards, Philip -- Philip Lijnzaad Genomics Laboratory Dept. of Biomedical Genetics Univer...