1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/ewipe/files/patch-aa
1997-12-05 03:15:03 +00:00

20 lines
527 B
Plaintext

--- ewipe.orig Fri Dec 5 10:00:10 1997
+++ ewipe Fri Dec 5 10:54:04 1997
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "--" "$@"
+exec wish4.2jp "$0" "--" "$@"
# #
# EWIPE: Extended WIPE (Editor for WIPE) #
@@ -20,7 +20,7 @@
# set PATH /usr/local/lib/ewipe #
# #
-set PATH .
+set PATH /usr/local/lib/ewipe
##################################################