]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
scripts: fix bash path in shebangs (part 2) 17955/head
authorAlan Somers <asomers@gmail.com>
Mon, 25 Sep 2017 23:20:40 +0000 (17:20 -0600)
committerAlan Somers <asomers@gmail.com>
Mon, 25 Sep 2017 23:20:40 +0000 (17:20 -0600)
commitd1cbb90daa1ea788496001e119597cffcd301a06
tree25bc926d8a1d0bcc14f3c9ab32e7fa38460ec51e
parent37c8748054024f70709f04b273fe7a6e01549816
scripts: fix bash path in shebangs (part 2)

/bin/bash is a Linuxism.  Other operating systems install bash to
different paths.  Use /usr/bin/env in shebangs to find bash.

Signed-off-by: Alan Somers <asomers@gmail.com>
bin/git-archive-all.sh
qa/standalone/scrub/osd-recovery-scrub.sh
src/test/osd/safe-to-destroy.sh
src/test/rbd-ggate.sh
src/test/smoke.sh