ports/misc/ewipe/files/patch-aa
1997-10-17 13:02:52 +00:00

18 lines
508 B
Text

--- 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
##################################################