Changeset 2072 for trunk/prepare_new_stable
- Timestamp:
- Jan 6, 2011 5:11:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prepare_new_stable
r1950 r2072 514 514 extBTURL=`svn propget svn:externals $ext_url_notail` 515 515 extBTURL=`echo $extBTURL | \ 516 sed -n -e 's/ .*BuildTools https:\([^ ]*\) .*/https:\1/p'`516 sed -n -e 's/^BuildTools *https:\([^ ]*\) *$/https:\1/p'` 517 517 if test -n "$extBTURL" ; then 518 518 testResult=`compareURLVersions "$srcBTURL" "$extBTURL"`
Note: See TracChangeset
for help on using the changeset viewer.