blob: 2160ab086559c881ffc8b659a5feb6dfa09e9d75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ac,v 1.1 2000/08/31 17:40:48 jwise Exp $
--- frcolor.orig Thu Aug 31 13:23:11 2000
+++ frcolor Thu Aug 31 13:24:16 2000
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish8.0 "$0" "$@"
+exec wish "$0" "$@"
# tcolor --
# This script implements a simple color editor, where you can
|