Use "$@" rather than "${1+$@}" when invoking wish.

This commit is contained in:
Paul Mackerras 2005-09-27 10:29:41 +10:00
parent a69875318b
commit 9e026d3967

2
gitk
View file

@ -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