Changes between Initial Version and Version 1 of Ticket #58739
- Timestamp:
- Jul 20, 2019, 4:17:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58739 – Description
initial v1 1 1 If you're in a directory that no longer exists and attempt to run any commands relating to MacPorts you'll get an error: 2 2 3 {{{ 3 4 $ cd ~/desktop 4 5 $ mkdir test … … 12 13 "set current_portdir [pwd]" 13 14 (file "/opt/local/bin/port" line 5725) 15 }}} 14 16 15 17 Yes, it's a strange to remove a directory that you are pwd, but maybe MacPorts should have some type of check in that circumstance?