summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-07-26 18:14:03 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-11-07 21:14:45 +0100
commit13d69e4a94eac26e08e224d1554f65bb5682d855 (patch)
treed4ff7a7509f0d2bdc4ced6b8eb9d282c2c04824f
parentc943cf95b3dda51ef7b38086854bd9ab1fcaf446 (diff)
Various #! script adjustments for Tcl scripts
This patch adjusts some Tcl scripts to Debian file locations Gbp-Pq: Name 06-script-adjustments.patch
-rwxr-xr-xext2spice/spice2sim2
-rwxr-xr-xtcltk/console.tcl2
-rwxr-xr-xtcltk/strip_reflibs.tcl2
3 files changed, 4 insertions, 2 deletions
diff --git a/ext2spice/spice2sim b/ext2spice/spice2sim
index 2ea85f7..c9a9e6f 100755
--- a/ext2spice/spice2sim
+++ b/ext2spice/spice2sim
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
# convert an ext2spice produced file to a .sim file for debugging
#
BEGIN {
diff --git a/tcltk/console.tcl b/tcltk/console.tcl
index 40c80c5..0419996 100755
--- a/tcltk/console.tcl
+++ b/tcltk/console.tcl
@@ -1,3 +1,5 @@
+#!/usr/bin/tclsh
+#
# console.tcl:
#
# Defines Procedures which should be defined within the console
diff --git a/tcltk/strip_reflibs.tcl b/tcltk/strip_reflibs.tcl
index 516f4ea..ee58ddb 100755
--- a/tcltk/strip_reflibs.tcl
+++ b/tcltk/strip_reflibs.tcl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/tclsh
+#!/usr/bin/tclsh
#
# Strip GDS cell references from magic files.
#