From: Arthur Outhenin-Chalandre Date: Tue, 14 Jun 2022 09:10:33 +0000 (+0200) Subject: ceph-volume: fix shebang of install command X-Git-Tag: v17.2.4~150^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47293%2Fhead;p=ceph.git ceph-volume: fix shebang of install command Signed-off-by: Arthur Outhenin-Chalandre (cherry picked from commit 5255d4be74f15032331ba24b708ad04193ff87f3) --- diff --git a/src/ceph-volume/tox_install_command.sh b/src/ceph-volume/tox_install_command.sh index 79343a4c2412..c13c95533a2f 100755 --- a/src/ceph-volume/tox_install_command.sh +++ b/src/ceph-volume/tox_install_command.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/usr/bin/env bash python -m pip install --editable="file://`pwd`/../python-common" python -m pip install $@