Commit 0b54a97c authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Misc: Add /usr/etc to PATH

It seems IRIX needs to access /usr/etc to be able to access ifconfig.
parent 38f0ac6a
...@@ -20,8 +20,8 @@ old_ifs="$IFS" ...@@ -20,8 +20,8 @@ old_ifs="$IFS"
export LC_ALL=C export LC_ALL=C
export LANG=C export LANG=C
# Add /usr/xpg4/bin, /usr/sbin, and /sbin to PATH. # Add /usr/xpg4/bin, /usr/sbin, /sbin, and /usr/etc to PATH.
export PATH="/usr/xpg4/bin:/usr/sbin:/sbin:${PATH}" export PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:${PATH}"
# Set no case match. # Set no case match.
shopt -s nocasematch shopt -s nocasematch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment