diff options
Diffstat (limited to 'x11-fm/filerunner/files/patch-frftp')
-rw-r--r-- | x11-fm/filerunner/files/patch-frftp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-fm/filerunner/files/patch-frftp b/x11-fm/filerunner/files/patch-frftp new file mode 100644 index 000000000000..76cec96fe2f1 --- /dev/null +++ b/x11-fm/filerunner/files/patch-frftp @@ -0,0 +1,10 @@ +--- frftp.orig Thu Feb 15 03:32:34 2001 ++++ frftp Thu Feb 15 03:32:53 2001 +@@ -1,6 +1,6 @@ + #! /bin/sh + # the next line restarts using wish \ +-exec wish8.0 $0 wish8.0 $* ++exec wish8.2 $0 wish8.2 $* + + + proc ShowWindow { realhost file } { |