File: fix_tcsh_path.patch

package info (click to toggle)
qflow 1.4.62%2Bdfsg.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,328 kB
  • sloc: ansic: 19,115; csh: 4,755; sh: 2,947; makefile: 477; tcl: 6
file content (254 lines) | stat: -rw-r--r-- 8,686 bytes parent folder | download
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 23 Sep 2018 09:40:08 +0200
Subject: This patch fixes the path to the tcsh interpreter.

---
 scripts/checkdirs.sh.in | 2 +-
 scripts/cleanup.sh      | 2 +-
 scripts/graywolf.sh     | 2 +-
 scripts/magic_db.sh     | 2 +-
 scripts/magic_drc.sh    | 2 +-
 scripts/magic_gds.sh    | 2 +-
 scripts/magic_view.sh   | 2 +-
 scripts/makesim.sh      | 2 +-
 scripts/netgen_lvs.sh   | 2 +-
 scripts/opensta.sh      | 2 +-
 scripts/opentimer.sh    | 2 +-
 scripts/qflow.in        | 2 +-
 scripts/qflow.sh.in     | 8 ++++----
 scripts/qrouter.sh      | 2 +-
 scripts/replace.sh      | 2 +-
 scripts/vesta.sh        | 2 +-
 scripts/yosys.sh        | 2 +-
 tech/osu018/osu018.sh   | 2 +-
 tech/osu035/osu035.sh   | 2 +-
 tech/osu050/osu050.sh   | 2 +-
 20 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/scripts/checkdirs.sh.in b/scripts/checkdirs.sh.in
index 501969f..4a44e5c 100755
--- a/scripts/checkdirs.sh.in
+++ b/scripts/checkdirs.sh.in
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #-------------------------------------------------------------------------
 # checkdirs.sh
diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh
index e869444..051b7ce 100755
--- a/scripts/cleanup.sh
+++ b/scripts/cleanup.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Workspace cleanup script for qflow
 #----------------------------------------------------------
diff --git a/scripts/graywolf.sh b/scripts/graywolf.sh
index 40dd816..25500c7 100755
--- a/scripts/graywolf.sh
+++ b/scripts/graywolf.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Placement script using GrayWolf
 # Prerequisites:  Mapped verilog netlist from synthesis.
diff --git a/scripts/magic_db.sh b/scripts/magic_db.sh
index 0dd3c6f..3454e6a 100755
--- a/scripts/magic_db.sh
+++ b/scripts/magic_db.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Layout and netlist migration script using magic database
 #----------------------------------------------------------
diff --git a/scripts/magic_drc.sh b/scripts/magic_drc.sh
index 2dea6fd..04e2fd2 100755
--- a/scripts/magic_drc.sh
+++ b/scripts/magic_drc.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # DRC error checking script using magic
 #----------------------------------------------------------
diff --git a/scripts/magic_gds.sh b/scripts/magic_gds.sh
index 43041f9..5a1de27 100755
--- a/scripts/magic_gds.sh
+++ b/scripts/magic_gds.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # GDSII output generating script using magic
 #----------------------------------------------------------
diff --git a/scripts/magic_view.sh b/scripts/magic_view.sh
index bb505b8..687d5ea 100755
--- a/scripts/magic_view.sh
+++ b/scripts/magic_view.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Qflow layout display script using magic-8.X
 #----------------------------------------------------------
diff --git a/scripts/makesim.sh b/scripts/makesim.sh
index db3af36..e658596 100755
--- a/scripts/makesim.sh
+++ b/scripts/makesim.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #  makesim.sh cellname
 #
diff --git a/scripts/netgen_lvs.sh b/scripts/netgen_lvs.sh
index 74ebd99..b1976ab 100755
--- a/scripts/netgen_lvs.sh
+++ b/scripts/netgen_lvs.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # LVS comparison script using netgen
 #----------------------------------------------------------
diff --git a/scripts/opensta.sh b/scripts/opensta.sh
index b131507..162e790 100755
--- a/scripts/opensta.sh
+++ b/scripts/opensta.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Static timing analysis script using OpenSTA
 #----------------------------------------------------------
diff --git a/scripts/opentimer.sh b/scripts/opentimer.sh
index 14cb0f1..8902d8a 100755
--- a/scripts/opentimer.sh
+++ b/scripts/opentimer.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Static timing analysis script using OpenTimer
 #----------------------------------------------------------
diff --git a/scripts/qflow.in b/scripts/qflow.in
index 2b6dfd7..3fa2076 100755
--- a/scripts/qflow.in
+++ b/scripts/qflow.in
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #------------------------------------------------------------------
 # qflow --- main program launcher
diff --git a/scripts/qflow.sh.in b/scripts/qflow.sh.in
index 0df1ad7..9225263 100644
--- a/scripts/qflow.sh.in
+++ b/scripts/qflow.sh.in
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #------------------------------------------------------------------
 # qflow.sh --- main program shell script
@@ -390,7 +390,7 @@ if ( -f $varfile ) then
    endif
 endif
 
-echo "#\!/bin/tcsh -f" > ${varfile}
+echo "#\!/usr/bin/tcsh -f" > ${varfile}
 echo "#-------------------------------------------" >> ${varfile}
 echo "# qflow variables for project ${projectpath}" >> ${varfile}
 echo "#-------------------------------------------" >> ${varfile}
@@ -408,7 +408,7 @@ echo "set logdir=${projectpath}/log" >> ${varfile}
 echo "#-------------------------------------------" >> ${varfile}
 echo "" >> ${varfile}
 
-echo "#\!/bin/tcsh -f" > ${execfile}
+echo "#\!/usr/bin/tcsh -f" > ${execfile}
 echo "#-------------------------------------------" >> ${execfile}
 echo "# qflow exec script for project ${projectpath}" >> ${execfile}
 echo "#-------------------------------------------" >> ${execfile}
@@ -480,7 +480,7 @@ endif
 #-----------------------------------------------------
 
 if ( ! -f ${userfile} ) then
-   echo "#\!/bin/tcsh -f" > ${userfile}
+   echo "#\!/usr/bin/tcsh -f" > ${userfile}
    echo "#------------------------------------------------------------" >> ${userfile}
    echo "# project variables for project ${projectpath}" >> ${userfile}
    echo "#------------------------------------------------------------" >> ${userfile}
diff --git a/scripts/qrouter.sh b/scripts/qrouter.sh
index d28df33..b320a1e 100755
--- a/scripts/qrouter.sh
+++ b/scripts/qrouter.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Route script using qrouter
 #----------------------------------------------------------
diff --git a/scripts/replace.sh b/scripts/replace.sh
index 8ed6769..6e7c47e 100755
--- a/scripts/replace.sh
+++ b/scripts/replace.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Placement script using abk-openroad RePlAce
 #
diff --git a/scripts/vesta.sh b/scripts/vesta.sh
index 388516d..15ebc89 100755
--- a/scripts/vesta.sh
+++ b/scripts/vesta.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Static timing analysis script using vesta
 #----------------------------------------------------------
diff --git a/scripts/yosys.sh b/scripts/yosys.sh
index 29cff44..deb8f2a 100755
--- a/scripts/yosys.sh
+++ b/scripts/yosys.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 # yosys.sh:
 #-------------------------------------------------------------------------
diff --git a/tech/osu018/osu018.sh b/tech/osu018/osu018.sh
index 16808e8..fac486b 100644
--- a/tech/osu018/osu018.sh
+++ b/tech/osu018/osu018.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project
diff --git a/tech/osu035/osu035.sh b/tech/osu035/osu035.sh
index a848edd..523f034 100644
--- a/tech/osu035/osu035.sh
+++ b/tech/osu035/osu035.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project
diff --git a/tech/osu050/osu050.sh b/tech/osu050/osu050.sh
index a025c66..fe9882a 100755
--- a/tech/osu050/osu050.sh
+++ b/tech/osu050/osu050.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project