The following commit has been merged in the master branch:
commit 57f3006066b09249f0941ead3d567c0b3459865a
Author: Patrick Winnertz <[EMAIL PROTECTED]>
Date:   Fri Oct 10 09:32:33 2008 +0200

    Fix insanity.sh script which uses functions not available in sh

diff --git a/debian/patches/use_bash_instead_of_sh.dpatch 
b/debian/patches/use_bash_instead_of_sh.dpatch
index 3cfd481..5bd01e7 100755
--- a/debian/patches/use_bash_instead_of_sh.dpatch
+++ b/debian/patches/use_bash_instead_of_sh.dpatch
@@ -6,12 +6,21 @@
 ## DP: using /bin/bash instead
 
 @DPATCH@
-diff -urNad lustre-1.6.5.1~/lustre/tests/acl/make-tree 
lustre-1.6.5.1/lustre/tests/acl/make-tree
---- lustre-1.6.5.1~/lustre/tests/acl/make-tree 2005-06-21 00:18:48.000000000 
+0200
-+++ lustre-1.6.5.1/lustre/tests/acl/make-tree  2008-09-12 15:48:13.000000000 
+0200
+diff -urNad lustre~/lustre/tests/acl/make-tree 
lustre/lustre/tests/acl/make-tree
+--- lustre~/lustre/tests/acl/make-tree 2005-06-21 00:18:48.000000000 +0200
++++ lustre/lustre/tests/acl/make-tree  2008-10-10 09:32:09.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/bin/sh
 +#!/bin/bash
  
  # reduce LEVELS from 3 => 2 by CFS
  LEVELS=2 ;            [ -z "$1" ] || LEVELS=$1
+diff -urNad lustre~/lustre/tests/insanity.sh lustre/lustre/tests/insanity.sh
+--- lustre~/lustre/tests/insanity.sh   2008-01-11 13:30:26.000000000 +0100
++++ lustre/lustre/tests/insanity.sh    2008-10-10 09:32:19.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # Test multiple failures, AKA Test 17
+ 
+ set -e

-- 
Lustre Debian Packaging 

_______________________________________________
Pkg-lustre-svn-commit mailing list
Pkg-lustre-svn-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-lustre-svn-commit

Reply via email to