aboutsummaryrefslogtreecommitdiffstats
path: root/gitk
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-09-27 10:29:41 +1000
committerPaul Mackerras <paulus@samba.org>2005-09-27 10:29:41 +1000
commit9e026d3967776a1c1206890492ffc9d172bf1e9b (patch)
treecad697ab063d8091210434a8f17ce0d9eee27697 /gitk
parenta69875318bf5f7a493ecb77c63073ee18f8ad557 (diff)
downloadgit-9e026d3967776a1c1206890492ffc9d172bf1e9b.tar.gz
Use "$@" rather than "${1+$@}" when invoking wish.
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index aa083dc47f..f1ea4e1e43 100755
--- 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