Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8af11c1c authored by Saul Wold's avatar Saul Wold Committed by Greg Kroah-Hartman
Browse files

ver_linux: Use /usr/bin/awk instead of /bin/awk



Most Linux distributions contain awk in /usr/bin by default,
not in /bin. This script's suggested use is for creating version
information for bug reporting.

This has been tested on a number of different distributions,
including Fedora, Ubuntu, OpenSUSE, Debian, Centos, Arch Linuxi,
and Poky!

Signed-off-by: default avatarSaul Wold <sgw@linux.intel.com>
Reviewed-by: default avatarAlexander Kapshuk <alexander.kapshuk@gmail.com>
Reviewed-by: default avatarMark Gross <mgross@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7064dc7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/awk -f
#!/usr/bin/awk -f
# Before running this script please ensure that your PATH is
# typical as you use for compilation/installation. I use
# /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may