1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/ewipe/files/patch-aa
1997-10-17 13:02:52 +00:00

19 lines
508 B
Plaintext

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