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

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
#!/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
......
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