From: Paul Mackerras Date: Tue, 27 Sep 2005 00:29:41 +0000 (+1000) Subject: Use "$@" rather than "${1+$@}" when invoking wish. X-Git-Tag: v0.99.8~48^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9e026d3967776a1c1206890492ffc9d172bf1e9b;p=git.git Use "$@" rather than "${1+$@}" when invoking wish. --- diff --git a/gitk b/gitk index aa083dc4..f1ea4e1e 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