mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-19 10:20:31 +01:00
scripts: use "/bin/cat" in NM-log
Ubuntu 16.04 doesn't have merged /usr directories and cat is in
/bin/cat.
(cherry picked from commit 67cc4544f7)
This commit is contained in:
parent
18171a3a33
commit
53d15e95c1
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