tkined.sh.in was missing the "$*", which led to the misbehaviour,

that tkined couldn't be called with an argument : tkined filename1
Reviewed by:	agreed by phk
This commit is contained in:
Andreas Klemm 1997-10-14 15:37:50 +00:00
parent 7ea4f19d66
commit 6ed76b477d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8265
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6"
+exec @PREFIX@/bin/tkined1.4.6
+exec @PREFIX@/bin/tkined1.4.6 $*
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@

View file

@ -31,7 +31,7 @@
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6"
+exec @PREFIX@/bin/tkined1.4.6
+exec @PREFIX@/bin/tkined1.4.6 $*
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@

View file

@ -31,7 +31,7 @@
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6"
+exec @PREFIX@/bin/tkined1.4.6
+exec @PREFIX@/bin/tkined1.4.6 $*
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@