Description: This patch fixes the path to the tcsh
 interpreter.
Author: Ruben Undheim <ruben.undheim@gmail.com>
Last-Update: 2015-07-24

Index: qflow/scripts/checkdirs.sh.in
===================================================================
--- qflow.orig/scripts/checkdirs.sh.in	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/checkdirs.sh.in	2016-10-06 18:36:17.316546198 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #-------------------------------------------------------------------------
 # checkdirs.sh
Index: qflow/scripts/cleanup.sh
===================================================================
--- qflow.orig/scripts/cleanup.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/cleanup.sh	2016-10-06 18:36:17.316546198 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Workspace cleanup script for qflow
 #----------------------------------------------------------
Index: qflow/scripts/createGDS.sh
===================================================================
--- qflow.orig/scripts/createGDS.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/createGDS.sh	2016-10-06 18:36:17.316546198 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Qflow layout GDS generation script using magic-8.0
 #----------------------------------------------------------
Index: qflow/scripts/display.sh
===================================================================
--- qflow.orig/scripts/display.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/display.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Qflow layout display script using magic-8.0
 #----------------------------------------------------------
Index: qflow/scripts/makesim.sh
===================================================================
--- qflow.orig/scripts/makesim.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/makesim.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #  makesim.sh cellname
 #
Index: qflow/scripts/placement.sh
===================================================================
--- qflow.orig/scripts/placement.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/placement.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Placement script using GrayWolf
 #
Index: qflow/scripts/qflow.in
===================================================================
--- qflow.orig/scripts/qflow.in	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/qflow.in	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #------------------------------------------------------------------
 # qflow --- main program launcher
Index: qflow/scripts/qflow.sh.in
===================================================================
--- qflow.orig/scripts/qflow.sh.in	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/qflow.sh.in	2016-10-06 18:37:06.023799407 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 #------------------------------------------------------------------
 # qflow.sh --- main program shell script
@@ -241,7 +241,7 @@
    endif
 endif
 
-echo "#\!/bin/tcsh -f" > ${varfile}
+echo "#\!/usr/bin/tcsh -f" > ${varfile}
 echo "#-------------------------------------------" >> ${varfile}
 echo "# qflow variables for project ${project}" >> ${varfile}
 echo "#-------------------------------------------" >> ${varfile}
@@ -259,7 +259,7 @@
 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}
@@ -273,7 +273,7 @@
 #-----------------------------------------------------
 
 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}
Index: qflow/scripts/router.sh
===================================================================
--- qflow.orig/scripts/router.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/router.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Route script using qrouter
 #----------------------------------------------------------
Index: qflow/scripts/synthesize.sh
===================================================================
--- qflow.orig/scripts/synthesize.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/synthesize.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #
 # synthesize.sh:
 #-------------------------------------------------------------------------
Index: qflow/scripts/vesta.sh
===================================================================
--- qflow.orig/scripts/vesta.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/scripts/vesta.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh -f
+#!/usr/bin/tcsh -f
 #----------------------------------------------------------
 # Static timing analysis script using vesta
 #----------------------------------------------------------
Index: qflow/tech/osu018/osu018.sh
===================================================================
--- qflow.orig/tech/osu018/osu018.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/tech/osu018/osu018.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project
Index: qflow/tech/osu035/osu035.sh
===================================================================
--- qflow.orig/tech/osu035/osu035.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/tech/osu035/osu035.sh	2016-10-06 18:36:17.320546135 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project
Index: qflow/tech/osu050/osu050.sh
===================================================================
--- qflow.orig/tech/osu050/osu050.sh	2016-10-06 18:36:17.324546072 +0200
+++ qflow/tech/osu050/osu050.sh	2016-10-06 18:36:17.324546072 +0200
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/tcsh
 #---------------------------------------------------------------
 # Shell script setting up all variables used by the qflow scripts
 # for this project
