File: fix-rcsh-path.patch

package info (click to toggle)
librdf-query-perl 2.918-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,580 kB
  • ctags: 1,724
  • sloc: perl: 30,668; makefile: 19; csh: 10
file content (21 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: fix path to tcsh in two examples
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: no
Last-Change: 2013-08-13

--- a/bin/failing_earl_tests.sh
+++ b/bin/failing_earl_tests.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 
 foreach i (earl*.ttl)
 if (-e $i) then
--- a/bin/passing_earl_tests.sh
+++ b/bin/passing_earl_tests.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 
 foreach i (earl*.ttl)
 if (-e $i) then