70ed5e1e8b
kernel and X.Org (among others). Joint work with aanriot@. Ok mbalmer@.
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
$OpenBSD: patch-gitk,v 1.1.1.1 2006/11/12 15:59:05 matthieu Exp $
|
|
--- gitk.orig Thu Oct 19 01:32:58 2006
|
|
+++ gitk Tue Oct 31 21:54:50 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# Tcl ignores the next line -*- tcl -*- \
|
|
-exec wish "$0" -- "$@"
|
|
+exec wish8.4 "$0" -- "$@"
|
|
|
|
# Copyright (C) 2005-2006 Paul Mackerras. All rights reserved.
|
|
# This program is free software; it may be used, copied, modified
|