Ignore:
Timestamp:
06/19/2016 02:41:18 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
04952c63
Parents:
99ba6d8
Message:

Merge trunk up to revision 3864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_check_version.sh

    r99ba6d8 r7bd0866  
    8989#----------------------------#
    9090
    91   case $PROGNAME in
    92     clfs | clfs2 | clfs3) HOSTREQS="BOOK/prologue/common/hostreqs.xml" ;;
    93     *) HOSTREQS="prologue/hostreqs.xml" ;;
    94   esac
    95 
    96   eval $(xsltproc $COMMON_DIR/hostreqs.xsl $BOOK/$HOSTREQS)
     91  HOSTREQS=$(find $BOOK -name hostreqs.xml)
     92
     93  eval $(xsltproc $COMMON_DIR/hostreqs.xsl $HOSTREQS)
    9794  # Avoid translation of version strings
    9895  local LC_ALL=C
Note: See TracChangeset for help on using the changeset viewer.