std::split_abs_path() renamed to std::split_abspath()

This commit is contained in:
2021-11-08 12:25:25 +01:00
parent 8112e8b6d4
commit 6d53069bed
+1 -1
View File
@@ -140,7 +140,7 @@ std::replace_path () {
# $2 absolute path
# $3 opt upvar: number of components
#
std::split_abs_path() {
std::split_abspath() {
local parts="$1"
local -r path="$2"
if [[ "${path:0:1}" == '/' ]]; then