From 6d53069bedb6978a504cf078ed55b68bc92a43be Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 8 Nov 2021 12:25:25 +0100 Subject: [PATCH] std::split_abs_path() renamed to std::split_abspath() --- Pmodules/libstd.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/libstd.bash b/Pmodules/libstd.bash index 6314872..f56ae57 100644 --- a/Pmodules/libstd.bash +++ b/Pmodules/libstd.bash @@ -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