Commit 29a02475 authored by neil's avatar neil
Browse files

init path for renewAll

parent 960ab88c
......@@ -560,7 +560,9 @@ renew() {
}
renewAll() {
_initpath
_info "renewAll"
for d in $(ls -F $WORKING_DIR | grep '/$') ; do
d=$(echo $d | cut -d '/' -f 1)
_info "renew $d"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment