Ignore:
Timestamp:
Jan 23, 2025, 12:10:24 PM (11 days ago)
Author:
jbclement
Message:

PEM:
Correction of typos and minor bugs.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz_fcm

    r3596 r3598  
    612612#     Escape backslashes and single quotes
    613613clean_output() {
    614     echo "$1" \
    615         | iconv -f "$(locale charmap)" -t UTF-8//IGNORE \
     614    iconv -f "$(locale charmap)" -t UTF-8//IGNORE \
    616615        | sed 's/\\/\\\\/g; s/'\''/'\'\''/g'
    617616}
Note: See TracChangeset for help on using the changeset viewer.