svn commit: samba r13753 - in branches/SAMBA_4_0/source/script/tests: .

jelmer at samba.org jelmer at samba.org
Tue Feb 28 13:17:39 GMT 2006


Author: jelmer
Date: 2006-02-28 13:17:39 +0000 (Tue, 28 Feb 2006)
New Revision: 13753

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13753

Log:
/bin/sh -> /bin/bash as this script uses some bash-specific constructs

Modified:
   branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-02-28 13:12:39 UTC (rev 13752)
+++ branches/SAMBA_4_0/source/script/tests/test_cifsdd.sh	2006-02-28 13:17:39 UTC (rev 13753)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Basic script to make sure that cifsdd can do both local and remote I/O.
 



More information about the samba-cvs mailing list