Lines 1-20
Link Here
|
1 |
--- ewipe.orig Sun Apr 12 10:59:29 1998 |
|
|
2 |
+++ ewipe Sun Apr 12 10:59:57 1998 |
3 |
@@ -1,6 +1,6 @@ |
4 |
#!/bin/sh |
5 |
# the next line restarts using wish \ |
6 |
-exec wish "$0" "--" "$@" |
7 |
+exec wish4.2jp "$0" "--" "$@" |
8 |
|
9 |
# # |
10 |
# EWIPE : Extended WIPE (Editor for WIPE) # |
11 |
@@ -20,7 +20,8 @@ |
12 |
# set PATH /usr/local/lib/ewipe # |
13 |
# # |
14 |
|
15 |
-set PATH . |
16 |
+#set PATH . |
17 |
+set PATH /usr/local/lib/ewipe |
18 |
|
19 |
################################################### |
20 |
|