From 5ac491e5b070eac9bba48413ba7ef90392f3c285 Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Mon, 28 Nov 2016 12:17:18 -0500
Subject: [PATCH] BF: bash_completion.d script has bashisms, so use bash as the
 shell, not generic POSIX sh

---
 etc/bash_completion.d/singularity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/bash_completion.d/singularity b/etc/bash_completion.d/singularity
index 58d8ac8..f0fafac 100644
--- a/etc/bash_completion.d/singularity
+++ b/etc/bash_completion.d/singularity
@@ -1,4 +1,4 @@
-#!/bin/sh ## Only here for syntax highlighting
+#!/bin/bash ## Only here for syntax highlighting
 
 _singularity() {
     local cur cmd opts cmd_idx container_idx
-- 
2.10.2

