diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-05 10:13:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-05 10:13:53 (GMT) |
commit | 98b33f507291a1711c437297ee46e62bdc844bd0 (patch) | |
tree | 29412b5bbd1a0e5fc46f272ea981b7c2ceb0d0db /library/demos/ixset | |
parent | 1e8f324bf3e3448bd0371bc5139de33f2f4a1395 (diff) | |
download | tk-98b33f507291a1711c437297ee46e62bdc844bd0.zip tk-98b33f507291a1711c437297ee46e62bdc844bd0.tar.gz tk-98b33f507291a1711c437297ee46e62bdc844bd0.tar.bz2 |
Minor fixes from wohnivec@iol.cz Thanks!
Diffstat (limited to 'library/demos/ixset')
-rw-r--r-- | library/demos/ixset | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/ixset b/library/demos/ixset index 8e6df3d..3ae2689 100644 --- a/library/demos/ixset +++ b/library/demos/ixset @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} +exec wish "$0" ${1+"$@"} # ixset -- # A nice interface to "xset" to change X server settings @@ -9,7 +9,7 @@ exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} # 91/11/23 : pda@masi.ibp.fr, jt@ratp.fr : design # 92/08/01 : pda@masi.ibp.fr : cleaning # -# RCS: @(#) $Id: ixset,v 1.3 2001/10/30 10:17:07 dkf Exp $ +# RCS: @(#) $Id: ixset,v 1.4 2001/11/05 10:13:53 dkf Exp $ # # Button actions |