_setPATH_ no longer fails if path not found

This commit is contained in:
Nathaniel Landau
2021-11-11 14:59:33 -05:00
parent 81592a55bb
commit 395e8cef6b
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ _setPATH_() {
fi
else
debug "_setPATH_: can not find: ${_newPath}"
return 0
continue
fi
done
return 0

View File

@@ -114,7 +114,7 @@ _setPATH_() {
fi
else
debug "_setPATH_: can not find: ${_newPath}"
return 0
continue
fi
done
return 0