Changeset 60 for trunk/src/dlogd.sh


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/dlogd.sh

    r12 r60  
    11#! /bin/sh 
    2 # 
    32#+ 
    43# 
     
    65# ==== 
    76# 
    8 # dlogd.sh - prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ 
    9 # 
     7# dlogd.sh - prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log. *YYYY-MM-DDTHH:MM:SSZ* 
    108# 
    119# SYNOPSIS 
     
    2018# =========== 
    2119# 
    22 # ``dlogd.sh`` prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ. 
     20# ``dlogd.sh`` prompt for destruction of the most recent release of ${IRCAAM_LOG}/action.log.\ *YYYY-MM-DDTHH:MM:SSZ*. 
    2321# 
    2422# 
     
    7169;; 
    7270esac 
     71# 
     72LANG=POSIX 
     73# 
    7374command=$(basename ${0}) 
    7475# 
Note: See TracChangeset for help on using the changeset viewer.