File: 0001-Use-bash-for-nbdsh-wrapper.patch

package info (click to toggle)
libnbd 1.22.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,636 kB
  • sloc: ansic: 53,855; ml: 12,311; sh: 8,499; python: 4,595; makefile: 2,902; perl: 165; cpp: 24
file content (18 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Hilko Bengen <bengen@debian.org>
Date: Fri, 15 Nov 2019 12:10:49 +0100
Subject: Use bash for nbdsh wrapper

---
 sh/nbdsh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/nbdsh.in b/sh/nbdsh.in
index c258d40..f7e7ca2 100644
--- a/sh/nbdsh.in
+++ b/sh/nbdsh.in
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # Copyright Red Hat
 #
 # @configure_input@