diff options
Diffstat (limited to 'astro/gpsman/files/patch-gpsman.tcl')
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl index bf92aa918437..9fab0d1841d5 100644 --- a/astro/gpsman/files/patch-gpsman.tcl +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -4,8 +4,8 @@ diff -ruN gpsman.tcl gpsman.tcl @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \ --exec wish "$0" "$@" -+exec wish8.4 "$0" "$@" +-exec wish "$0" -- "$@" ++exec wish8.4 "$0" -- "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data |