From 91e75cb2dcccebf2fcf26cc12ead0257865ee39d Mon Sep 17 00:00:00 2001 From: Arthur Outhenin-Chalandre Date: Tue, 14 Jun 2022 11:10:33 +0200 Subject: [PATCH] ceph-volume: fix shebang of install command Signed-off-by: Arthur Outhenin-Chalandre (cherry picked from commit 5255d4be74f15032331ba24b708ad04193ff87f3) --- src/ceph-volume/tox_install_command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/tox_install_command.sh b/src/ceph-volume/tox_install_command.sh index 79343a4c2412f..c13c95533a2f3 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 $@ -- 2.39.5