[Linux]
Attached a simple patch to the startup script, such that tkscid is
launched from the same directory as scid itself (instead of from 'some'
directory in PATH).
This may avoid some confusion when having multiple (dev) versions on
your system :-)
Cheers,
Joost.
Index: tcl/start.tcl
===================================================================
RCS file: /cvsroot/scid/scid/tcl/start.tcl,v
retrieving revision 1.56
diff -U5 -r1.56 start.tcl
--- tcl/start.tcl 5 Feb 2009 19:08:15 -0000 1.56
+++ tcl/start.tcl 18 Feb 2009 16:18:57 -0000
@@ -16,15 +16,16 @@
#
# The "\" at the end of the comment line below is necessary! It means
# that the "exec" line is a comment to Tcl/Tk, but not to /bin/sh.
# The next line restarts using tkscid: \
-exec tkscid "$0" "$@"
+exec `dirname $0`/tkscid "$0" "$@"
-# For the above to work, tkscid must be in a directory in your PATH.
-# Alternatively, you can set the first line to start tkscid directly
-# by specifying the full name of tkscid, eg:
+# The above launches tkscid from the same directory that this startup
+# script was launched from (which feels as a suitable default scenario).
+# Alternatively, you can change the top line of this startup script
+# to start tkscid directly from a specific location, e.g.:
# #!/home/myname/bin/tkscid
############################################################
# Alter the version if any patches have been made to the Tcl code only:
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users