slyfox      15/03/01 15:20:39

  Added:                sdcv-0.4.2-dash.patch
  Log:
  Fix tests bang to be bash.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.1                  app-text/sdcv/files/sdcv-0.4.2-dash.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sdcv/files/sdcv-0.4.2-dash.patch?rev=1.1&view=markup
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

Index: sdcv-0.4.2-dash.patch
===================================================================
diff --git a/tests/t_datadir b/tests/t_datadir
index 116ae7e..327e5b5 100755
--- a/tests/t_datadir
+++ b/tests/t_datadir
@@ -1 +1 @@
-#!/bin/sh
+#!/bin/bash
diff --git a/tests/t_list b/tests/t_list
index 42ae137..62e52fd 100755
--- a/tests/t_list
+++ b/tests/t_list
@@ -1 +1 @@
-#!/bin/sh
+#!/bin/bash
diff --git a/tests/t_utf8input b/tests/t_utf8input
index 7ae88c4..e692ab0 100755
--- a/tests/t_utf8input
+++ b/tests/t_utf8input
@@ -1 +1 @@
-#!/bin/sh
+#!/bin/bash




Reply via email to