mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
std::split_abs_path() renamed to std::split_abspath()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user