]> git.ipfire.org Git - ipfire-2.x.git/blame - config/profile.d/extrapaths.sh
Merge remote-tracking branch 'origin/next' into thirteen
[ipfire-2.x.git] / config / profile.d / extrapaths.sh
CommitLineData
83cc9084
MT
1# Make sure the basic paths are always available.
2
3pathmunge /bin
4pathmunge /usr/bin
5pathmunge /usr/local/bin
6
7for directory in $(find /opt/*/bin -maxdepth 1 -type d 2>/dev/null); do
8 pathmunge ${directory} after
9done
10
11unset directory