summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-09-27 21:38:08 +0000
committerSamuel Thibault <sthibault@debian.org>2009-09-27 21:38:08 +0000
commit754544516b632d2f0467b74c451b7c4a29584e14 (patch)
treec5e027a8e8dbd714a4a2e2b4fefb897881de35cc /debian/patches
parent1aab599326921ebdbf18c565eb2072207fbf96f5 (diff)
debian/patches/MAKEDEV.patch: New patch to use bash for MAKEDEV.
(Closes: Bug#548587)
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/MAKEDEV.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/MAKEDEV.patch b/debian/patches/MAKEDEV.patch
new file mode 100644
index 00000000..50e0d87a
--- /dev/null
+++ b/debian/patches/MAKEDEV.patch
@@ -0,0 +1,18 @@
+commit 4d2e9c98b5b886d80fb7396aef89ca50b0d5fcfe
+Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date: Sun Sep 27 23:33:29 2009 +0200
+
+ Use #!/bin/bash instead of #!/bin/sh
+
+ The script makes big use of bashisms.
+
+diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
+index c9bd209..260e93b 100644
+--- a/sutils/MAKEDEV.sh
++++ b/sutils/MAKEDEV.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Make standard devices
+ #
diff --git a/debian/patches/series b/debian/patches/series
index a83c5727..f769f1c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -27,3 +27,4 @@ extern_inline_fix.patch -p1
exec_fix.patch -p0
libpthread_recursive_mutex_initializer.patch -p0
pfinet-gcc-4.3-fix.patch -p1
+MAKEDEV.patch -p1