freebsd-ports/misc/ewipe/files/patch-aa
Jun-ichiro itojun Hagino cc3b5de3cc - original distribution updated. (-> 1.0.0)
- the method for removing japanese-oriented code fragment has changed.
1998-04-12 02:21:18 +00:00

20 lines
543 B
Text

--- ewipe.orig Sun Apr 12 10:59:29 1998
+++ ewipe Sun Apr 12 10:59:57 1998
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "--" "$@"
+exec wish4.2 "$0" "--" "$@"
# #
# EWIPE : Extended WIPE (Editor for WIPE) #
@@ -20,7 +20,8 @@
# set PATH /usr/local/lib/ewipe #
# #
-set PATH .
+#set PATH .
+set PATH /usr/local/lib/ewipe
###################################################