mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
scripts: use "/bin/cat" in NM-log
Ubuntu 16.04 doesn't have merged /usr directories and cat is in /bin/cat.
This commit is contained in:
parent
80c93b0e5e
commit
67cc4544f7
1 changed files with 2 additions and 2 deletions
|
|
@ -44,10 +44,10 @@ NM-colorize() {
|
|||
if [[ "$NM_LOG_GREP" != "" ]]; then
|
||||
GREP_COLOR='01;36' grep -a --color=always "^\\|$NM_LOG_GREP"
|
||||
else
|
||||
/usr/bin/cat -
|
||||
/bin/cat -
|
||||
fi
|
||||
else
|
||||
/usr/bin/cat -
|
||||
/bin/cat -
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue