Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/sdcv/files: sdcv-0.4.2-dash.patch
Date: Sun, 01 Mar 2015 15:20:43
Message-Id: 20150301152039.4C92012D04@oystercatcher.gentoo.org
1 slyfox 15/03/01 15:20:39
2
3 Added: sdcv-0.4.2-dash.patch
4 Log:
5 Fix tests bang to be bash.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 app-text/sdcv/files/sdcv-0.4.2-dash.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sdcv/files/sdcv-0.4.2-dash.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sdcv/files/sdcv-0.4.2-dash.patch?rev=1.1&content-type=text/plain
14
15 Index: sdcv-0.4.2-dash.patch
16 ===================================================================
17 diff --git a/tests/t_datadir b/tests/t_datadir
18 index 116ae7e..327e5b5 100755
19 --- a/tests/t_datadir
20 +++ b/tests/t_datadir
21 @@ -1 +1 @@
22 -#!/bin/sh
23 +#!/bin/bash
24 diff --git a/tests/t_list b/tests/t_list
25 index 42ae137..62e52fd 100755
26 --- a/tests/t_list
27 +++ b/tests/t_list
28 @@ -1 +1 @@
29 -#!/bin/sh
30 +#!/bin/bash
31 diff --git a/tests/t_utf8input b/tests/t_utf8input
32 index 7ae88c4..e692ab0 100755
33 --- a/tests/t_utf8input
34 +++ b/tests/t_utf8input
35 @@ -1 +1 @@
36 -#!/bin/sh
37 +#!/bin/bash