File: 05-remove-hashbang.diff

package info (click to toggle)
glusterfs 11.2-3
  • links: PTS
  • area: main
  • in suites: sid
  • size: 28,240 kB
  • sloc: ansic: 471,238; sh: 45,610; python: 16,893; perl: 3,328; makefile: 2,014; yacc: 487; ruby: 171; lisp: 124; xml: 75; lex: 61
file content (11 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# 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`