mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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 @@
|
||||
|
|
|
@ -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 @@
|
||||
|
|
|
@ -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 @@
|
||||
|
|
Loading…
Add table
Reference in a new issue