Ignore:
Timestamp:
03/29/2006 02:36:02 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
8ca21dc
Parents:
5f4d08f
Message:

common/common-functions, _IS_ is history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r5f4d08f rfdd18d60  
    873873}
    874874
    875 #-----------------------------------------------#
    876 _IS_()  # Function to test build scripts names
    877 #-----------------------------------------------#
    878 {
    879   # Returns substr $2 or null str
    880   # Must use string testing
    881   case $1 in
    882     *$2*) echo "$2" ;;
    883        *) echo ""   ;;
    884   esac
    885 }
Note: See TracChangeset for help on using the changeset viewer.