]> git.pld-linux.org Git - packages/GXedit.git/blame_incremental - GXedit-nobash.patch
- categories
[packages/GXedit.git] / GXedit-nobash.patch
... / ...
CommitLineData
1diff -Nru GXedit1.23/ftp-ls.sh GXedit1.23.new/ftp-ls.sh
2--- GXedit1.23/ftp-ls.sh Tue Feb 23 07:02:43 1999
3+++ GXedit1.23.new/ftp-ls.sh Wed Oct 20 23:26:58 1999
4@@ -1,4 +1,4 @@
5-#!/bin/bash
6+#!/bin/sh
7 # ftp.sh output_file host directory user pass
8 ftp -n $2 > $1 2> $1 <<EOC
9 user $4 $5
10diff -Nru GXedit1.23/ftp-put.sh GXedit1.23.new/ftp-put.sh
11--- GXedit1.23/ftp-put.sh Tue Feb 23 07:02:43 1999
12+++ GXedit1.23.new/ftp-put.sh Wed Oct 20 23:27:05 1999
13@@ -1,4 +1,4 @@
14-#!/bin/bash
15+#!/bin/sh
16 # ftp-put.sh output_file host directory remote_file local_file user pass
17 ftp -n $2 > $1 2> $1 <<EOC
18 user $6 $7
19diff -Nru GXedit1.23/ftp.sh GXedit1.23.new/ftp.sh
20--- GXedit1.23/ftp.sh Tue Feb 23 07:02:43 1999
21+++ GXedit1.23.new/ftp.sh Wed Oct 20 23:27:11 1999
22@@ -1,4 +1,4 @@
23-#!/bin/bash
24+#!/bin/sh
25 # ftp.sh output_file host directory remote_file local_file user pass
26 ftp -n $2 > $1 2> $1 <<EOC
27 user $6 $7
28diff -Nru GXedit1.23/xproc-src/proc.sh GXedit1.23.new/xproc-src/proc.sh
29--- GXedit1.23/xproc-src/proc.sh Tue Feb 23 07:02:43 1999
30+++ GXedit1.23.new/xproc-src/proc.sh Wed Oct 20 23:26:14 1999
31@@ -1,4 +1,4 @@
32-#!/bin/bash
33+#!/bin/sh
34 echo "Welcome to Xproc's console version: proc.sh"
35 echo "Hint: You should run this as ./proc.sh|more and to leave, just press ^C"
36 menu()
This page took 0.026994 seconds and 4 git commands to generate.