Skip to content

Commit fec3f19

Browse files
committed
Use /bin/bash instead of /bin/sh
It seems to be assuming that it is bash anyway Change-Id: Ic3b5b579b45ab8836aa3b2db2c4332fe2f9ef62a Reviewed-on: http://review.couchbase.org/30953 Reviewed-by: Trond Norbye <[email protected]> Tested-by: Trond Norbye <[email protected]>
1 parent 52ab68f commit fec3f19

7 files changed

+7
-7
lines changed

t/issue-MB-2660.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
echo starting moxi...
44

t/issue-MB-2689.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
echo starting moxi...
44

t/issue-MB-2811.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
date > /tmp/issue-MB-2811.log
44

t/issue-MB-2825.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
echo starting moxi...
44

t/issue-MB-2972.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
echo starting memcached simulant
44

t/issue-MB-3575.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
rm -f /tmp/issue-MB-3575.out*
44

t/issue-conn-close.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
echo starting moxi...
44

0 commit comments

Comments
 (0)