Ignore:
Timestamp:
08/16/2006 05:42:54 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
fdb330a
Parents:
5be3651
Message:

Ported Makefile clean-up and 0/1 to n/y migration code from experimental.
There is no obvious bugs, let users to find hidden bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    r5be3651 r401f81e  
    5555  fi
    5656
    57   if [[ "$RUN_ICA" = "1" ]] ; then
     57  if [[ "$RUN_ICA" = "y" ]] ; then
    5858    local DEST_ICA=$DEST_TOPDIR/ICA && \
    5959(
     
    6868  fi
    6969
    70   if [[ "$RUN_FARCE" = "1" ]] ; then
     70  if [[ "$RUN_FARCE" = "y" ]] ; then
    7171    local DEST_FARCE=$DEST_TOPDIR/farce && \
    7272(
Note: See TracChangeset for help on using the changeset viewer.