1998-04-12 02:21:18 +00:00
|
|
|
--- ewipe.orig Sun Apr 12 10:59:29 1998
|
|
|
|
+++ ewipe Sun Apr 12 10:59:57 1998
|
1997-10-17 13:02:52 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#!/bin/sh
|
|
|
|
# the next line restarts using wish \
|
|
|
|
-exec wish "$0" "--" "$@"
|
1998-03-04 06:19:02 +00:00
|
|
|
+exec wish4.2 "$0" "--" "$@"
|
1997-10-17 13:02:52 +00:00
|
|
|
|
1998-03-04 06:19:02 +00:00
|
|
|
# #
|
|
|
|
# EWIPE : Extended WIPE (Editor for WIPE) #
|
1998-04-12 02:21:18 +00:00
|
|
|
@@ -20,7 +20,8 @@
|
1998-03-04 06:19:02 +00:00
|
|
|
# set PATH /usr/local/lib/ewipe #
|
|
|
|
# #
|
1997-10-17 13:02:52 +00:00
|
|
|
|
1997-12-05 03:15:03 +00:00
|
|
|
-set PATH .
|
1998-04-12 02:21:18 +00:00
|
|
|
+#set PATH .
|
1997-12-05 03:15:03 +00:00
|
|
|
+set PATH /usr/local/lib/ewipe
|
1997-10-17 13:02:52 +00:00
|
|
|
|
1998-03-04 06:19:02 +00:00
|
|
|
###################################################
|
1997-10-17 13:02:52 +00:00
|
|
|
|