[DRE-commits] r5297 - trunk/libgsl-ruby/debian/patches

Deepak Tripathi deepak-guest at alioth.debian.org
Wed May 12 18:16:17 UTC 2010


Author: deepak-guest
Date: 2010-05-12 18:16:12 +0000 (Wed, 12 May 2010)
New Revision: 5297

Added:
   trunk/libgsl-ruby/debian/patches/001_adding_bash.patch
Log:
Converting from sh to bash in test suite :)

Added: trunk/libgsl-ruby/debian/patches/001_adding_bash.patch
===================================================================
--- trunk/libgsl-ruby/debian/patches/001_adding_bash.patch	                        (rev 0)
+++ trunk/libgsl-ruby/debian/patches/001_adding_bash.patch	2010-05-12 18:16:12 UTC (rev 5297)
@@ -0,0 +1,10 @@
+Index: rb-gsl-1.14.3/tests/run-test.sh
+===================================================================
+--- rb-gsl-1.14.3.orig/tests/run-test.sh	2010-05-12 17:52:54.000000000 -0400
++++ rb-gsl-1.14.3/tests/run-test.sh	2010-05-12 17:53:18.000000000 -0400
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ topdir=".."
+ for f in `find . -name '*.rb'`; do




More information about the Pkg-ruby-extras-commits mailing list