Changeset 1273 for branches/0.9-stable
- Timestamp:
- Nov 3, 2010, 2:48:00 PM (13 years ago)
- Location:
- branches/0.9-stable/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/test/init.sh.in
r1220 r1273 53 53 test -z "$SVNCOPYRIGHT" && SVNCOPYRIGHT="${abs_top_builddir}/bin/svncopyright"; 54 54 test -z "$srcdir" && srcdir="@srcdir@"; 55 test -z "$SVN" && SVN= svn;55 test -z "$SVN" && SVN="svn --non-interactive"; 56 56 test -z "$GREP" && GREP=@GREP@; 57 57 -
branches/0.9-stable/test/svn_update.sh.in
r1094 r1273 22 22 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 23 23 24 test -z "$SVN" && SVN= svn24 test -z "$SVN" && SVN="svn --non-interactive" 25 25 rootdir=toy_project 26 26
Note: See TracChangeset
for help on using the changeset viewer.