Changes between Version 4 and Version 5 of MacPortsShell
- Timestamp:
- Feb 18, 2016, 11:50:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacPortsShell
v4 v5 5 5 {{{ 6 6 7 #!/usr/bin/env rlwrap tclsh7 #!/usr/bin/env rlwrap port-tclsh 8 8 9 9 namespace eval prompt {} … … 94 94 } 95 95 96 lappend auto_path /opt/local/share/macports/Tcl 97 source /opt/local/share/macports/Tcl/macports1.0/macports_fastload.tcl 98 package require macports 1.0 99 set portarchivemode no 96 package require macports 100 97 mportinit 101 98 package require Pextlib