[Sheel] Add sbin to initial path

This commit is contained in:
2016-11-17 09:57:18 -06:00
parent 93798c5560
commit 206fc8ffbf

View File

@@ -350,7 +350,7 @@ function parse_timestamp2 {
} }
function clear_path { function clear_path {
export PATH="/bin:/usr/local/bin" export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
unset PATH_HELPER_RAN unset PATH_HELPER_RAN
unset ENVIRONMENT_SETUP_DONE unset ENVIRONMENT_SETUP_DONE
} }