blob: 656d27a7da602e254f32b515bf9a1755645c6976 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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 %%WISH%% "$0" "--" "$@"
# #
# EWIPE : Extended WIPE (Editor for WIPE) #
@@ -20,7 +20,8 @@
# set PATH /usr/local/lib/ewipe #
# #
-set PATH .
+#set PATH .
+set PATH %%PREFIX%%/share/ewipe
###################################################
|