fixed typo
This commit is contained in:
@@ -397,7 +397,7 @@ function path_add_current {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
export PATH="${p}:$PATH"
|
export PATH="${p}:$PATH"
|
||||||
path_remove_ducplicates
|
path_remove_duplicates
|
||||||
echo PATH=$PATH
|
echo PATH=$PATH
|
||||||
}
|
}
|
||||||
function path_remove_duplicates {
|
function path_remove_duplicates {
|
||||||
|
|||||||
Reference in New Issue
Block a user