fixed typo

This commit is contained in:
ville rantanen
2017-10-13 15:53:48 +03:00
parent c222ab22b5
commit 3e0ea00e4f

View File

@@ -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 {