- Timestamp:
- Jan 6, 2011 5:39:01 AM (10 years ago)
- Location:
- stable/0.7
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
-
stable/0.7/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/0.7/prepare_new_release
r1950 r2074 564 564 extBTURL=`svn propget svn:externals $ext_rel_url_notail` 565 565 extBTURL=`echo $extBTURL | \ 566 sed -n -e 's/ .*BuildTools https:\([^ ]*\) .*/https:\1/p'`566 sed -n -e 's/^BuildTools *https:\([^ ]*\) *$/https:\1/p'` 567 567 if test -n "$extBTURL" ; then 568 568 testResult=`compareURLVersions "$ourBTURL" "$extBTURL"` -
stable/0.7/prepare_new_stable
r1950 r2074 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.