summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-23 09:40:08 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-11-11 23:11:40 +0100
commit09aec160afdd95964fb9f2ae3387c3ef07947a27 (patch)
tree67cc5cd2050fdca5e1ae839e8fd4a6d0c0a639d9 /scripts
parent3c28f93c888dafda08cc8d7031f75758871036c7 (diff)
This patch fixes the path to the tcsh interpreter.
Gbp-Pq: Name fix_tcsh_path.patch
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkdirs.sh.in2
-rwxr-xr-xscripts/cleanup.sh2
-rwxr-xr-xscripts/display.sh2
-rwxr-xr-xscripts/drc.sh2
-rwxr-xr-xscripts/gdsii.sh2
-rwxr-xr-xscripts/lvs.sh2
-rwxr-xr-xscripts/makesim.sh2
-rwxr-xr-xscripts/migrate.sh2
-rwxr-xr-xscripts/opensta.sh2
-rwxr-xr-xscripts/opentimer.sh2
-rwxr-xr-xscripts/placement.sh2
-rwxr-xr-xscripts/qflow.in2
-rw-r--r--scripts/qflow.sh.in8
-rwxr-xr-xscripts/router.sh2
-rwxr-xr-xscripts/synthesize.sh2
-rwxr-xr-xscripts/vesta.sh2
16 files changed, 19 insertions, 19 deletions
diff --git a/scripts/checkdirs.sh.in b/scripts/checkdirs.sh.in
index 3d9878b..1d222d9 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 99d1777..fa33102 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/display.sh b/scripts/display.sh
index 5a4ea56..f3b397e 100755
--- a/scripts/display.sh
+++ b/scripts/display.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# Qflow layout display script using magic-8.0
#----------------------------------------------------------
diff --git a/scripts/drc.sh b/scripts/drc.sh
index 9319a88..ec596c7 100755
--- a/scripts/drc.sh
+++ b/scripts/drc.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# DRC error checking script using magic
#----------------------------------------------------------
diff --git a/scripts/gdsii.sh b/scripts/gdsii.sh
index d6ea267..4c2ac41 100755
--- a/scripts/gdsii.sh
+++ b/scripts/gdsii.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# GDSII output generating script using magic
#----------------------------------------------------------
diff --git a/scripts/lvs.sh b/scripts/lvs.sh
index 977668c..dadc591 100755
--- a/scripts/lvs.sh
+++ b/scripts/lvs.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# LVS comparison script using magic
#----------------------------------------------------------
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/migrate.sh b/scripts/migrate.sh
index 9924a85..79b74b5 100755
--- a/scripts/migrate.sh
+++ b/scripts/migrate.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# Layout and netlist migration script
#----------------------------------------------------------
diff --git a/scripts/opensta.sh b/scripts/opensta.sh
index 9b71c56..4ac20f7 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 d1d3c52..16acad7 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/placement.sh b/scripts/placement.sh
index c05d5fa..047c11e 100755
--- a/scripts/placement.sh
+++ b/scripts/placement.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# Placement script using GrayWolf
#
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 ffa1227..4b0c15e 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
@@ -379,7 +379,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 ${project}" >> ${varfile}
echo "#-------------------------------------------" >> ${varfile}
@@ -397,7 +397,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 ${project}" >> ${execfile}
echo "#-------------------------------------------" >> ${execfile}
@@ -411,7 +411,7 @@ echo "" >> ${execfile}
#-----------------------------------------------------
if ( ! -f ${userfile} ) then
- echo "#\!/bin/tcsh -f" > ${userfile}
+ echo "#\!/usr/bin/tcsh -f" > ${userfile}
echo "#------------------------------------------------------------" >> ${userfile}
echo "# project variables for project ${project}" >> ${userfile}
echo "#------------------------------------------------------------" >> ${userfile}
diff --git a/scripts/router.sh b/scripts/router.sh
index 851f55a..6fa5081 100755
--- a/scripts/router.sh
+++ b/scripts/router.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#----------------------------------------------------------
# Route script using qrouter
#----------------------------------------------------------
diff --git a/scripts/synthesize.sh b/scripts/synthesize.sh
index 6fb3328..7ac66d5 100755
--- a/scripts/synthesize.sh
+++ b/scripts/synthesize.sh
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
#
# synthesize.sh:
#-------------------------------------------------------------------------
diff --git a/scripts/vesta.sh b/scripts/vesta.sh
index cbdc02a..5d3c467 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
#----------------------------------------------------------