~ubuntu-branches/ubuntu/quantal/lustre/quantal

« back to all changes in this revision

Viewing changes to debian/patches/use_bash_instead_of_sh.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-10-20 18:16:18 UTC
  • mfrom: (1.1.7 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081020181618-rpzcecji8p5rghg3
Tags: 1.6.5.1-4
* [673c9e4] Removed obsolete svn-deblayout, since we now use git
* [1923e32] Bump standards version - no other changes needed.
* [089f772] Clean up TODO list
* [57f3006] Fix insanity.sh script which uses functions not available
  in sh
* [92e65fa] Fix two lintian msg about missing magic sh header
* [5214788] Removed unused patch from debian/patches/
* [cd08297] Add override for liblustre not linked against libc
* [e0ab205] Install lintian overrides into the corresponding packages
* [e76c899] Remove make -C $(KSRC) prepare call. (Closes: #501427)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## use_bash_instead_of_sh.dpatch by Patrick Winnertz <winnie@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: This script uses functions not available on plain sh shell, therefore
 
6
## DP: using /bin/bash instead
 
7
 
 
8
@DPATCH@
 
9
diff -urNad lustre~/lustre/tests/acl/make-tree lustre/lustre/tests/acl/make-tree
 
10
--- lustre~/lustre/tests/acl/make-tree  2005-06-21 00:18:48.000000000 +0200
 
11
+++ lustre/lustre/tests/acl/make-tree   2008-10-10 09:32:09.000000000 +0200
 
12
@@ -1,4 +1,4 @@
 
13
-#!/bin/sh
 
14
+#!/bin/bash
 
15
 
 
16
 # reduce LEVELS from 3 => 2 by CFS
 
17
 LEVELS=2 ;             [ -z "$1" ] || LEVELS=$1
 
18
diff -urNad lustre~/lustre/tests/insanity.sh lustre/lustre/tests/insanity.sh
 
19
--- lustre~/lustre/tests/insanity.sh    2008-01-11 13:30:26.000000000 +0100
 
20
+++ lustre/lustre/tests/insanity.sh     2008-10-10 09:32:19.000000000 +0200
 
21
@@ -1,4 +1,4 @@
 
22
-#!/bin/sh
 
23
+#!/bin/bash
 
24
 # Test multiple failures, AKA Test 17
 
25
 
 
26
 set -e