Skip to content

Commit

Permalink
Use "$@" rather than "${1+$@}" when invoking wish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mackerras committed Sep 27, 2005
1 parent a698753 commit 9e026d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e026d3

Please sign in to comment.