From: Alan Somers Date: Fri, 11 Oct 2013 20:49:36 +0000 (-0700) Subject: test: Change interpreter from /bin/bash to /bin/sh X-Git-Tag: v0.73~65^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbabd424949bd62a86c8fa1505eac7aa287ced02;p=ceph.git 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 Signed-off-by: Noah Watkins --- diff --git a/src/unittest_bufferlist.sh b/src/unittest_bufferlist.sh index 0f05afe07b79..8ddf24f8884c 100755 --- a/src/unittest_bufferlist.sh +++ b/src/unittest_bufferlist.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Ceph - scalable distributed file system #