Ignore:
Timestamp:
04/02/09 17:01:24 (15 years ago)
Author:
pinsard
Message:

add LANG=POSIX in every shell scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ircaam_profile.sh

    r59 r60  
    44# ==== 
    55# 
    6 # ircaam_profile.sh - define IRCAAM environnement 
    7 # 
    8 # SYNOPSYS 
     6# ircaam_profile.sh - define IRCAAM environment 
     7# 
     8# SYNOPSIS 
    99# ======== 
    10 # 
    1110# 
    1211# Online usage 
     
    2322# =========== 
    2423# 
    25 # define IRCAAM environnement 
     24# define IRCAAM environment 
    2625# 
    2726# ${IRCAAM} is the source base directory of tools. 
     
    127126unset system 
    128127# 
     128LANG=POSIX 
     129# 
    129130# as this script might be launch in .profile, command is forced. 
    130131command=ircaam_profile.sh 
Note: See TracChangeset for help on using the changeset viewer.