diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-14 15:37:50 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-14 15:37:50 +0000 |
commit | 9059b71e4087635838c1b5ae9b8aa0f4ebc48081 (patch) | |
tree | 796731ebe214d82e7278b698aac9030b59c4cec9 /net/scotty/files | |
parent | eb35f721a480ec75f82d95df395bdad76618b02f (diff) | |
download | FreeBSD-ports-9059b71e4087635838c1b5ae9b8aa0f4ebc48081.zip FreeBSD-ports-9059b71e4087635838c1b5ae9b8aa0f4ebc48081.tar.gz |
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
Diffstat (limited to 'net/scotty/files')
-rw-r--r-- | net/scotty/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scotty/files/patch-aa b/net/scotty/files/patch-aa index d2200c9..aa36424 100644 --- a/net/scotty/files/patch-aa +++ b/net/scotty/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 @@ |