From 6ed76b477d6fe0d16e9ef6d554e463b9c07d7be1 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 14 Oct 1997 15:37:50 +0000 Subject: 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 --- net-mgmt/scotty3/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index d2200c937bcc..aa364249d34c 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/files/patch-aa @@ -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 @@ -- cgit v1.2.3