diff options
author | Paul Mackerras <paulus@samba.org> | 2005-09-26 10:22:43 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-26 10:22:43 +1000 |
commit | a69875318bf5f7a493ecb77c63073ee18f8ad557 (patch) | |
tree | 542c72e99adc41e744188fd120c017dbca6ffb9c /gitk | |
parent | 6e2dda35c2f012298f4f4759db2d651ef18e39a0 (diff) | |
download | git-a69875318bf5f7a493ecb77c63073ee18f8ad557.tar.gz git-a69875318bf5f7a493ecb77c63073ee18f8ad557.tar.xz |
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.
Diffstat (limited to 'gitk')
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |