common/common-functions, _IS_ is history
This commit is contained in:
parent
5f4d08f7ec
commit
fdd18d6002
1 changed files with 0 additions and 11 deletions
|
@ -872,14 +872,3 @@ get_sources() {
|
|||
fi
|
||||
}
|
||||
|
||||
#-----------------------------------------------#
|
||||
_IS_() # Function to test build scripts names
|
||||
#-----------------------------------------------#
|
||||
{
|
||||
# Returns substr $2 or null str
|
||||
# Must use string testing
|
||||
case $1 in
|
||||
*$2*) echo "$2" ;;
|
||||
*) echo "" ;;
|
||||
esac
|
||||
}
|
||||
|
|
Reference in a new issue