Ignore:
Timestamp:
08/12/2006 07:59:11 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
3fa20d4
Parents:
54f4782
Message:

Change bool parameter definitions from 0/1 to y/n to match the new menu app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_compare.sh

    r54f4782 r47fddc8  
    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.