[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r17483 - trunk

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-11-23 01:04:26 CET

[rooneg@tigris.org]
> Modified:
> trunk/Makefile.in
>
> Log:
> * Makefile.in
> (davautocheck): Run the autocheck script with bash, not sh, since it has
> some bashisms in it.

Might add this too.

Index: subversion/tests/clients/cmdline/davautocheck.sh
===================================================================
--- subversion/tests/clients/cmdline/davautocheck.sh (revisione 17484)
+++ subversion/tests/clients/cmdline/davautocheck.sh (copia locale)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # -*- mode: shell-script; -*-
 # $Id$
 

Received on Wed Nov 23 01:07:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.