]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix shebang of install command 47293/head
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Tue, 14 Jun 2022 09:10:33 +0000 (11:10 +0200)
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
Fri, 29 Jul 2022 17:51:25 +0000 (19:51 +0200)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
(cherry picked from commit 5255d4be74f15032331ba24b708ad04193ff87f3)

src/ceph-volume/tox_install_command.sh

index 79343a4c2412f421e232abab6b52d6ed2f359080..c13c95533a2f38952af8db2de5fc8cc6808283fb 100755 (executable)
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
 python -m pip install --editable="file://`pwd`/../python-common"
 python -m pip install $@