path_list function wasn't working in bash

This commit is contained in:
2012-02-06 13:52:33 +00:00
parent 5bb3fd8540
commit 82e88d07a6

View File

@@ -18,7 +18,7 @@
# /usr/local/bin # /usr/local/bin
# #
path_list () { path_list () {
echo ${PATH//:/\\n} echo -e ${PATH//:/\\n}
} }
# Append specified path to the end of PATH. # Append specified path to the end of PATH.