[24843] trunk/base/src/port/port.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sun May 6 06:42:15 PDT 2007


Revision: 24843
          http://trac.macosforge.org/projects/macports/changeset/24843
Author:   jberry at macports.org
Date:     2007-05-06 06:42:13 -0700 (Sun, 06 May 2007)

Log Message:
-----------
Make history file as ~/.macports/history instead of .history due to popular demand

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2007-05-06 08:43:00 UTC (rev 24842)
+++ trunk/base/src/port/port.tcl	2007-05-06 13:42:13 UTC (rev 24843)
@@ -2440,7 +2440,7 @@
 	set isstdin [string match $in "stdin"]
 	set name "port"
 	set use_readline [expr $isstdin && [readline init $name]]
-	set history_file [file normalize "${macports_user_dir}/.history"]
+	set history_file [file normalize "${macports_user_dir}/history"]
 
 	# Read readline history
 	if {$use_readline} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070506/656ee6ec/attachment.html


More information about the macports-changes mailing list