From fdd18d6002e9d1704eab8e619ce1f113d2903df2 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Wed, 29 Mar 2006 14:36:02 +0000 Subject: [PATCH] common/common-functions, _IS_ is history --- common/common-functions | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/common-functions b/common/common-functions index b8ffb71..48f3965 100644 --- a/common/common-functions +++ b/common/common-functions @@ -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 -}