aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/dt/dt/Use-tcsh-shell.patch
blob: 0c00fdf41ef4c0c170f4a3703578a222b11a7f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
From e3c6eb8776f659eb9e6eeccf90d785eff18ecf74 Mon Sep 17 00:00:00 2001
From: Otavio Salvador <otavio@ossystems.com.br>
Date: Mon, 15 Feb 2016 18:00:05 -0200
Subject: [PATCH] Use 'tcsh' shell
Organization: O.S. Systems Software LTDA.

Upstream-Status: Pending

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 Scripts/dta | 2 +-
 Scripts/dtc | 2 +-
 Scripts/dtf | 2 +-
 Scripts/dtr | 2 +-
 Scripts/dts | 2 +-
 Scripts/dtt | 2 +-
 Scripts/dtw | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Scripts/dta b/Scripts/dta
index ebc7072..4f90247 100755
--- a/Scripts/dta
+++ b/Scripts/dta
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/tcsh
 #
 #	Script file to test asynchronous communication lines.
 #
diff --git a/Scripts/dtc b/Scripts/dtc
index da69c2e..89d48c2 100755
--- a/Scripts/dtc
+++ b/Scripts/dtc
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/tcsh
 #	%Z%%M% %I% %E%
 #
 #	Date:	August 7, 1990
diff --git a/Scripts/dtf b/Scripts/dtf
index 9f8cd87..321d261 100755
--- a/Scripts/dtf
+++ b/Scripts/dtf
@@ -1,4 +1,4 @@
-#! /bin/csh
+#! /bin/tcsh
 #
 #	Script file to gather floppy disk performance data.
 #
diff --git a/Scripts/dtr b/Scripts/dtr
index ddb7947..1ff5a0b 100755
--- a/Scripts/dtr
+++ b/Scripts/dtr
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/tcsh
 #	%Z%%M% %I% %E%
 #
 #	Date:	August 21, 1990
diff --git a/Scripts/dts b/Scripts/dts
index 6b8a167..42d2312 100755
--- a/Scripts/dts
+++ b/Scripts/dts
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/tcsh
 #	%Z%%M% %I% %E%
 #
 #	Date:	August 7, 1990
diff --git a/Scripts/dtt b/Scripts/dtt
index 36cc6bd..df19d2f 100755
--- a/Scripts/dtt
+++ b/Scripts/dtt
@@ -1,4 +1,4 @@
-#! /bin/csh
+#! /bin/tcsh
 #	%Z%%M% %I% %E%
 #
 #	Date:	August 7, 1990
diff --git a/Scripts/dtw b/Scripts/dtw
index 8a4ac39..c58e304 100755
--- a/Scripts/dtw
+++ b/Scripts/dtw
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/tcsh
 #	%Z%%M% %I% %E%
 #
 #	Date:	August 21, 1990
-- 
2.1.4