mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
Change wish8.4 back to wish
Checking in the change from wish to wish8.4 was a mistake; I had changed it for a test but forgot to change it back before checking in a patch.
This commit is contained in:
parent
6e2dda35c2
commit
a69875318b
1 changed files with 1 additions and 1 deletions
2
gitk
2
gitk
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Tcl ignores the next line -*- tcl -*- \
|
||||
exec wish8.4 "$0" -- "${1+$@}"
|
||||
exec wish "$0" -- "${1+$@}"
|
||||
|
||||
# Copyright (C) 2005 Paul Mackerras. All rights reserved.
|
||||
# This program is free software; it may be used, copied, modified
|
||||
|
|
Loading…
Reference in a new issue