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

package info (click to toggle)
libnbd 1.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 7,960 kB
  • sloc: ansic: 39,235; ml: 9,063; sh: 7,190; python: 3,090; makefile: 2,402; perl: 135; cpp: 23
file content (18 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
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 e473e7a..de22ec6 100644
--- a/sh/nbdsh.in
+++ b/sh/nbdsh.in
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 # Copyright (C) 2011-2022 Red Hat Inc.
 #
 # @configure_input@