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
