Update 2024-12-25 18:06 OpenBSD/amd64-t14
This commit is contained in:
@@ -17,7 +17,12 @@ echo "ports - /usr/ports"
|
||||
echo "www - /usr/www"
|
||||
echo
|
||||
printf "Path [$PWD]: "
|
||||
read _path < /dev/tty
|
||||
read _reply < /dev/tty
|
||||
|
||||
if [ -z "$_reply" ]
|
||||
then
|
||||
_path="$PWD"
|
||||
fi
|
||||
|
||||
# shortcuts!!!
|
||||
case "$_path" in
|
||||
@@ -34,7 +39,6 @@ then
|
||||
_path="$(port-jump $_path)"
|
||||
fi
|
||||
|
||||
_path=${_path:=$PWD}
|
||||
print "Using: $_path"
|
||||
|
||||
if [ ! -d "$_path" ]
|
||||
|
||||
Reference in New Issue
Block a user