From d4f44993bd4c94daf9625b433115299493698012 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Feb 2006 13:17:39 +0000 Subject: r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs (This used to be commit fb620c2706fec93f34afcdbafa999fbaff724467) --- source4/script/tests/test_cifsdd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/script/tests/test_cifsdd.sh b/source4/script/tests/test_cifsdd.sh index 9462187f9c..f299146c24 100755 --- a/source4/script/tests/test_cifsdd.sh +++ b/source4/script/tests/test_cifsdd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Basic script to make sure that cifsdd can do both local and remote I/O. -- cgit