Changeset 5365c39 for common


Ignore:
Timestamp:
03/16/2006 09:45:51 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
8f4d140
Parents:
174a8e9
Message:

Fixed the creation of /etc/profile in HLFS module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r174a8e9 r5365c39  
    454454wrt_export_lang() {            #
    455455#----------------------------------#
     456  echo -e '\t@echo "export LANG=$(LANG)" > envars' >> $MKFILE.tmp
     457}
     458
     459
     460#----------------------------------#
     461wrt_export_lang2() {            #
     462#----------------------------------#
     463  echo -e '\t@echo "export LC_ALL=$(LC_ALL)" > envars' >> $MKFILE.tmp
    456464  echo -e '\t@echo "export LANG=$(LANG)" >> envars' >> $MKFILE.tmp
    457465}
Note: See TracChangeset for help on using the changeset viewer.