Ignore:
Timestamp:
03/17/2006 03:13:31 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
c0613fe
Parents:
5365c39
Message:

Corrected bug related to save/restore of IFS system var

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r5365c39 r8f4d140  
    590590build_patches_file() {       # Supply a suitably formated list of patches.
    591591#----------------------------#
     592  local saveIFS=$IFS
    592593  local IFS
    593594  echo -ne "Creating the patch file list "
     
    610611  IFS=$'\x0A'  # Modify the 'internal field separator' to break on 'LF' only
    611612  for f in `cat packages`; do
     613    IFS=$saveIFS  # Restore the system defaults
    612614    LOC_add_patches_entry \
    613615    `echo $f | sed -e 's/-version//' \
Note: See TracChangeset for help on using the changeset viewer.