diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-12-05 03:15:03 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-12-05 03:15:03 +0000 |
commit | e8b531adffaae83e62f6ecfa61884676eed579f3 (patch) | |
tree | 03d20ff8759748632c01fa8418ee28260ee261ad /misc/ewipe/files/patch-aa | |
parent | 4d380efe6a7f8f2e0abea0235cd4c77a0d4daba1 (diff) |
Notes
Diffstat (limited to 'misc/ewipe/files/patch-aa')
-rw-r--r-- | misc/ewipe/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa index dbe28e9910ab..6312fbe565ad 100644 --- a/misc/ewipe/files/patch-aa +++ b/misc/ewipe/files/patch-aa @@ -1,18 +1,19 @@ ---- ewipe.orig Fri Oct 17 16:19:46 1997 -+++ ewipe Fri Oct 17 16:20:16 1997 +--- 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 /usr/local/bin/wish4.2jp "$0" "--" "$@" ++exec wish4.2jp "$0" "--" "$@" # # # EWIPE: Extended WIPE (Editor for WIPE) # -@@ -21,6 +21,7 @@ +@@ -20,7 +20,7 @@ + # set PATH /usr/local/lib/ewipe # # # - lappend auto_path . -+lappend auto_path /usr/local/lib/ewipe +-set PATH . ++set PATH /usr/local/lib/ewipe ################################################## |