Update 2024-12-31 10:47 OpenBSD/amd64-t14
This commit is contained in:
@@ -22,6 +22,8 @@ read _reply < /dev/tty
|
||||
if [ -z "$_reply" ]
|
||||
then
|
||||
_path="$PWD"
|
||||
else
|
||||
_path="$_reply"
|
||||
fi
|
||||
|
||||
# shortcuts!!!
|
||||
@@ -36,7 +38,7 @@ esac
|
||||
|
||||
if [ ! -d "$_path" ]
|
||||
then
|
||||
_path="$(port-jump $_path)"
|
||||
_path="$(port-jump "$_path")"
|
||||
fi
|
||||
|
||||
print "Using: $_path"
|
||||
|
||||
Reference in New Issue
Block a user