From: Alfredo Deza Date: Mon, 3 Nov 2014 16:43:10 +0000 (-0500) Subject: fix path for bash executable: X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37c5170db29b9d79b0bd24dfc13fca69f7ef5e16;p=ceph-build.git fix path for bash executable: Signed-off-by: Alfredo Deza --- diff --git a/python-bindings/config/definitions/ensure_python_dependencies.sh b/python-bindings/config/definitions/ensure_python_dependencies.sh index 81d06699..8759f6eb 100644 --- a/python-bindings/config/definitions/ensure_python_dependencies.sh +++ b/python-bindings/config/definitions/ensure_python_dependencies.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/sh # # This script ensures that a Python virtualenv is installed and available for