use pure shell-scripting when possible - probably possible for more things, will research another day

This commit is contained in:
2012-02-06 01:28:33 +00:00
parent 1bfb23e0fe
commit fadba0f2b0

View File

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