# Remove hashbang from script.

diff -Naur glusterfs-11.0.orig/extras/command-completion/gluster.bash glusterfs-11.0/extras/command-completion/gluster.bash
--- glusterfs-11.0.orig/extras/command-completion/gluster.bash	2023-02-03 06:48:10.622926918 +0100
+++ glusterfs-11.0/extras/command-completion/gluster.bash	2023-07-15 12:40:32.698063505 +0200
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 if pidof glusterd > /dev/null 2>&1; then
         GLUSTER_SET_OPTIONS="
         $(for token in `gluster volume set help 2>/dev/null | grep "^Option:" | cut -d ' ' -f 2`
