mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
$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
|