[BACK]Return to patch-util_exerciser_tcl CVS log [TXT][DIR] Up to [local] / qmapshack / gpsman / patches

Annotation of qmapshack/gpsman/patches/patch-util_exerciser_tcl, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- util/exerciser.tcl.orig    Sun Mar  8 09:59:47 2009
        !             3: +++ util/exerciser.tcl Sun Mar  8 10:00:16 2009
        !             4: @@ -1,6 +1,6 @@
        !             5:  #!/bin/bash
        !             6:  #\
        !             7: -exec wish8.2 "$0" ${1+"$@"}
        !             8: +exec wish "$0" ${1+"$@"}
        !             9:
        !            10:  set SRLPORT /dev/ttyS0
        !            11:  set BaudRate 4800
        !            12: @@ -199,4 +199,4 @@ proc Dec2Hex {dec} {
        !            13:      return $hex
        !            14:  }
        !            15:
        !            16: -SetSerial
        !            17: \ No newline at end of file
        !            18: +SetSerial

CVSweb