mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
$NetBSD: patch-ad,v 1.1 2000/08/31 17:40:48 jwise Exp $
|
|
--- frftp.orig Thu Aug 31 13:23:26 2000
|
|
+++ frftp Thu Aug 31 13:24:22 2000
|
|
@@ -1,6 +1,6 @@
|
|
#! /bin/sh
|
|
# the next line restarts using wish \
|
|
-exec wish8.0 $0 wish8.0 $*
|
|
+exec wish $0 wish $*
|
|
|
|
|
|
proc ShowWindow { realhost file } {
|