summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gxedit/files/patch-ad')
-rw-r--r--editors/gxedit/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad
new file mode 100644
index 000000000000..a298d10d3ef0
--- /dev/null
+++ b/editors/gxedit/files/patch-ad
@@ -0,0 +1,16 @@
+--- ftp-ls.sh.orig Tue Nov 24 02:02:51 1998
++++ ftp-ls.sh Tue Nov 24 02:03:00 1998
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # ftp.sh output_file host directory user pass
+ ftp -n $2 > $1 2> $1 <<EOC
+ user $4 $5
+--- ftp.sh.orig Tue Nov 24 02:02:48 1998
++++ ftp.sh Tue Nov 24 02:02:56 1998
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # ftp.sh output_file host directory remote_file local_file user pass
+ ftp -n $2 > $1 2> $1 <<EOC
+ user $6 $7