From b7793d757fca99aa2eb371934e667b3cc555d666 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 15 Aug 2016 14:07:43 -0400 Subject: [PATCH] rbdmap: specify bash shell interpreter Fixes: http://tracker.ceph.com/issues/16608 Signed-off-by: Jason Dillaman (cherry picked from commit 51237c33d1ec4034c5c07f5d63d63838a76bce88) --- src/rbdmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rbdmap b/src/rbdmap index da60b310b0bd8..ec58261c4a721 100755 --- a/src/rbdmap +++ b/src/rbdmap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash do_map() { -- 2.39.5