openbsd-ports/x11/xbindkeys/patches/patch-xbindkeys_show

12 lines
326 B
Plaintext
Raw Normal View History

$OpenBSD: patch-xbindkeys_show,v 1.1.1.1 2007/04/11 16:19:49 naddy Exp $
--- xbindkeys_show.orig Wed Apr 11 17:31:49 2007
+++ xbindkeys_show Wed Apr 11 17:31:56 2007
@@ -1,6 +1,6 @@
#!/bin/sh
# \
-exec wish "$0" "$@"
+exec wish8.4 "$0" "$@"
#***************************************************************************