Ignore:
Timestamp:
03/15/2006 03:04:04 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
e1edff3
Parents:
49b1e9a
Message:

modified and commented the IFS var. inside common_functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r49b1e9a r4bf0fc3  
    765765
    766766    # This variable is necessary to make sure the `cat $JHALFSDIR/packages`
    767     # separates each iteration by lines.  It is necessary to have the second
    768     # ' on the next line.
    769     IFS='
    770 '
     767    # separates each iteration by lines.
     768    # Modify the 'internal field separator' to break on 'LF' only
     769    IFS=$'\x0A'
    771770
    772771    if [ ! -d $BUILDDIR/sources ] ; then mkdir $BUILDDIR/sources ; fi
Note: See TracChangeset for help on using the changeset viewer.