Changeset 1819 for trunk/coin-functions
- Timestamp:
- Nov 5, 2010 10:15:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin-functions
r1818 r1819 59 59 # BuildTools itself. ThirdParty lives in BuildTools as of 100628, so the 60 60 # condition is redundant. Returns yes or no. 61 # 101105 Exclude CoinBazaar, which follows the Data pattern. May not be the 62 # correct choice if any CoinBazaar projects use BuildTools 61 63 # usage: isNormal=`isNormalURL $svnURL` 62 64 63 65 isNormalURL () 64 66 { case $1 in 65 */BuildTools/* | */ThirdParty/* | */Data/* )67 */BuildTools/* | */ThirdParty/* | */Data/* | */CoinBazaar/* ) 66 68 echo "no" 67 69 ;;
Note: See TracChangeset
for help on using the changeset viewer.