projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a698753
)
Use "$@" rather than "${1+$@}" when invoking wish.
author
Paul Mackerras
<paulus@samba.org>
Tue, 27 Sep 2005 00:29:41 +0000
(10:29 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 27 Sep 2005 00:29:41 +0000
(10:29 +1000)
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index
aa083dc
..
f1ea4e1
100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-1,6
+1,6
@@
#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \
-exec wish "$0" -- "$
{1+$@}
"
+exec wish "$0" -- "$
@
"
# Copyright (C) 2005 Paul Mackerras. All rights reserved.
# This program is free software; it may be used, copied, modified