comparison contrib/hgk @ 1340:faa62c7685fb

hgk is a wish script --- mercurial-0.7.orig/contrib/hgk 2005-09-23 11:02:21.000000000 +0200 +++ mercurial-0.7/contrib/hgk 2005-09-23 11:07:57.000000000 +0200 @@ -1,6 +1,4 @@ -#!/bin/sh -# Tcl ignores the next line -*- tcl -*- \ -exec wish "$0" -- "${1+$@}" +#!/usr/bin/wish # Copyright (C) 2005 Paul Mackerras. All rights reserved. # This program is free software; it may be used, copied, modified
author Vincent Danjean
date Fri, 23 Sep 2005 18:58:57 -0700
parents 2073e5a71008
children f6d73b26dbdb
comparison
equal deleted inserted replaced
1339:f351d1a07d75 1340:faa62c7685fb
1 #!/bin/sh 1 #!/usr/bin/wish
2 # Tcl ignores the next line -*- tcl -*- \
3 exec wish "$0" -- "${1+$@}"
4 2
5 # Copyright (C) 2005 Paul Mackerras. All rights reserved. 3 # Copyright (C) 2005 Paul Mackerras. All rights reserved.
6 # This program is free software; it may be used, copied, modified 4 # This program is free software; it may be used, copied, modified
7 # and distributed under the terms of the GNU General Public Licence, 5 # and distributed under the terms of the GNU General Public Licence,
8 # either version 2, or (at your option) any later version. 6 # either version 2, or (at your option) any later version.