diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-28 13:17:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:09 -0500 |
commit | d4f44993bd4c94daf9625b433115299493698012 (patch) | |
tree | 2eaf8446642537952982b017076d2c940ef78318 /source4/script/tests | |
parent | aa04388943fe5d7d8c873a6ee8a4cc9af2491532 (diff) | |
download | samba-d4f44993bd4c94daf9625b433115299493698012.tar.gz samba-d4f44993bd4c94daf9625b433115299493698012.tar.bz2 samba-d4f44993bd4c94daf9625b433115299493698012.zip |
r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs
(This used to be commit fb620c2706fec93f34afcdbafa999fbaff724467)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_cifsdd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |