Skip to content
Snippets Groups Projects
Commit a6645acb authored by Sandipan Mohanty's avatar Sandipan Mohanty
Browse files

Fix error in pathutils.sh

parent 334e1c9e
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ cmpathrm() { ...@@ -76,7 +76,7 @@ cmpathrm() {
pypathadd() { pypathadd() {
prepend_path PYTHONPATH $1 prepend_path PYTHONPATH $1
} }
pycmpathrm() { pypathrm() {
remove_path_element PYTHONPATH $1 remove_path_element PYTHONPATH $1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment