diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-04 20:36:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:52 -0500 |
commit | 5ca618950587697434915fea272358b01b065aa8 (patch) | |
tree | 17d4059a78f5c4b8cb7c44ba40d80fcf830cc1e1 /source4/script/tests/test_cifsdd.sh | |
parent | ca5accf224dc3ef998235603797b519866b57b1c (diff) | |
download | samba-5ca618950587697434915fea272358b01b065aa8.tar.gz samba-5ca618950587697434915fea272358b01b065aa8.tar.bz2 samba-5ca618950587697434915fea272358b01b065aa8.zip |
r16039: Add missing #!, don't rely on bash
(This used to be commit f6e587e7066dbafef437e5b3854a34916f72fcb1)
Diffstat (limited to 'source4/script/tests/test_cifsdd.sh')
-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 f299146c24..9462187f9c 100755 --- a/source4/script/tests/test_cifsdd.sh +++ b/source4/script/tests/test_cifsdd.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Basic script to make sure that cifsdd can do both local and remote I/O. |