Displaying 2 results from an estimated 2 matches for "bash_command".
Did you mean:
basecommand
2005 Dec 02
0
R CMD INSTALL fails if cd prints stuff to stdout ... (PR#8363)
...if test -f "${1}/${p}/DESCRIPTION.in"; then
## Try being defensive about missing final newlines, or extra
## empty lines.
--- 127,138 ----
get_packages () {
## get the full path names to all packages contained in $1.
## NOTE: modifies pkgs!
+ PROMPT_COMMAND=
+ BASH_COMMAND=
if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then
bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"`
for p in ${bundlepkg}; do
! pkgs="${pkgs} \"`cd "${1}/${p}>/dev/null 2>&1" && ${GETWD}`\"...
2005 Dec 02
0
(PR#8363) R CMD INSTALL fails if cd prints stuff to stdout
...PTION.in"; then
> ## Try being defensive about missing final newlines, or extra
> ## empty lines.
> --- 127,138 ----
> get_packages () {
> ## get the full path names to all packages contained in $1.
> ## NOTE: modifies pkgs!
> + PROMPT_COMMAND=
> + BASH_COMMAND=
> if grep "^Contains:" "${1}/DESCRIPTION" >/dev/null; then
> bundlepkg=`get_dcf_field Contains "${1}/DESCRIPTION"`
> for p in ${bundlepkg}; do
> ! pkgs="${pkgs} \"`cd "${1}/${p}>/dev/null 2>&1" &&...