fix ncd, mvregex should get a total facelift

This commit is contained in:
ville rantanen
2018-05-20 13:33:31 +03:00
parent 28f45f382b
commit 3405f45501
2 changed files with 5 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ function ncd() {
return
}
local _current_pwd _iter_d _iter_prev _current_found
_current_pwd=$( basename $( pwd ) )
_current_pwd=$( basename "$( pwd )" )
\cd ..
for _iter_d in *; do
if [ ! -d "$_iter_d" ]; then continue; fi