blob: 0c00fdf41ef4c0c170f4a3703578a222b11a7f1a [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From e3c6eb8776f659eb9e6eeccf90d785eff18ecf74 Mon Sep 17 00:00:00 2001
2From: Otavio Salvador <otavio@ossystems.com.br>
3Date: Mon, 15 Feb 2016 18:00:05 -0200
4Subject: [PATCH] Use 'tcsh' shell
5Organization: O.S. Systems Software LTDA.
6
7Upstream-Status: Pending
8
9Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
10---
11 Scripts/dta | 2 +-
12 Scripts/dtc | 2 +-
13 Scripts/dtf | 2 +-
14 Scripts/dtr | 2 +-
15 Scripts/dts | 2 +-
16 Scripts/dtt | 2 +-
17 Scripts/dtw | 2 +-
18 7 files changed, 7 insertions(+), 7 deletions(-)
19
20diff --git a/Scripts/dta b/Scripts/dta
21index ebc7072..4f90247 100755
22--- a/Scripts/dta
23+++ b/Scripts/dta
24@@ -1,4 +1,4 @@
25-#!/bin/csh
26+#!/bin/tcsh
27 #
28 # Script file to test asynchronous communication lines.
29 #
30diff --git a/Scripts/dtc b/Scripts/dtc
31index da69c2e..89d48c2 100755
32--- a/Scripts/dtc
33+++ b/Scripts/dtc
34@@ -1,4 +1,4 @@
35-#!/bin/csh
36+#!/bin/tcsh
37 # %Z%%M% %I% %E%
38 #
39 # Date: August 7, 1990
40diff --git a/Scripts/dtf b/Scripts/dtf
41index 9f8cd87..321d261 100755
42--- a/Scripts/dtf
43+++ b/Scripts/dtf
44@@ -1,4 +1,4 @@
45-#! /bin/csh
46+#! /bin/tcsh
47 #
48 # Script file to gather floppy disk performance data.
49 #
50diff --git a/Scripts/dtr b/Scripts/dtr
51index ddb7947..1ff5a0b 100755
52--- a/Scripts/dtr
53+++ b/Scripts/dtr
54@@ -1,4 +1,4 @@
55-#!/bin/csh
56+#!/bin/tcsh
57 # %Z%%M% %I% %E%
58 #
59 # Date: August 21, 1990
60diff --git a/Scripts/dts b/Scripts/dts
61index 6b8a167..42d2312 100755
62--- a/Scripts/dts
63+++ b/Scripts/dts
64@@ -1,4 +1,4 @@
65-#!/bin/csh
66+#!/bin/tcsh
67 # %Z%%M% %I% %E%
68 #
69 # Date: August 7, 1990
70diff --git a/Scripts/dtt b/Scripts/dtt
71index 36cc6bd..df19d2f 100755
72--- a/Scripts/dtt
73+++ b/Scripts/dtt
74@@ -1,4 +1,4 @@
75-#! /bin/csh
76+#! /bin/tcsh
77 # %Z%%M% %I% %E%
78 #
79 # Date: August 7, 1990
80diff --git a/Scripts/dtw b/Scripts/dtw
81index 8a4ac39..c58e304 100755
82--- a/Scripts/dtw
83+++ b/Scripts/dtw
84@@ -1,4 +1,4 @@
85-#!/bin/csh
86+#!/bin/tcsh
87 # %Z%%M% %I% %E%
88 #
89 # Date: August 21, 1990
90--
912.1.4
92