blob: dbe28e9910ab0fa5fa43ef094952a7a5a87d7e0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ewipe.orig Fri Oct 17 16:19:46 1997
+++ ewipe Fri Oct 17 16:20:16 1997
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "--" "$@"
+exec /usr/local/bin/wish4.2jp "$0" "--" "$@"
# #
# EWIPE: Extended WIPE (Editor for WIPE) #
@@ -21,6 +21,7 @@
# #
lappend auto_path .
+lappend auto_path /usr/local/lib/ewipe
##################################################
|