Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111542 | Differences between
and this patch

Collapse All | Expand All

(-)Spin/Xspin5.2/xspin521.tcl (-8 / +4 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/usr/bin/wish
2
# the next line restarts using wish \
2
# the next line restarts using wish \
3
exec wish c:/cygwin/bin/xspin -- $*
3
#exec wish c:/cygwin/bin/xspin -- $*
4
4
5
# cd	;# enable to cd to home directory by default
5
# cd	;# enable to cd to home directory by default
6
6
Lines 6840-6851 Link Here
6840
	set LastCompile $NextCompile
6840
	set LastCompile $NextCompile
6841
	set NextCompile ""
6841
	set NextCompile ""
6842
6842
6843
	if {$Unix} {
6843
	set PREFIX "pan -v"
6844
		set PREFIX "time ./pan -v"
6844
	add_log "$PREFIX $v_options" ; update
6845
	} else {
6846
		set PREFIX "pan -v"
6847
	}
6848
	add_log "$PREFIX $v_options"; update
6849
	if {$havedest != "0"} {
6845
	if {$havedest != "0"} {
6850
		$havedest insert end "$PREFIX $v_options\n"
6846
		$havedest insert end "$PREFIX $v_options\n"
6851
		catch { $havedest yview -pickplace end }
6847
		catch { $havedest yview -pickplace end }

Return to bug 111542