File: 05-remove-hashbang.diff

package info (click to toggle)
glusterfs 11.1-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,156 kB
  • sloc: ansic: 467,237; sh: 51,851; python: 12,989; makefile: 1,962; yacc: 487; lisp: 124; lex: 61; xml: 14
file content (11 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
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`