mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
test: Change interpreter from /bin/bash to /bin/sh
Change interpreter from /bin/bash to /bin/sh. bash is not guaranteed to be installed on all Unix systems, and it's not guaranteed to be installed into /bin either. There are other scripts that specify /bin/bash; they need to be examined one by one to look for bashisms. This was the only one I had to modify to get unit tests working. Signed-off-by: Alan Somers <asomers@gmail.com> Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
0a1579d841
commit
fbabd42494
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Ceph - scalable distributed file system
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user