Skip to content
Snippets Groups Projects
Commit 48a61569 authored by Adrian Bunk's avatar Adrian Bunk Committed by Sam Ravnborg
Browse files

kbuild: scripts/ver_linux: don't set PATH


It would have saved both a bug submitter and me a few hours if
scripts/ver_linux had picked the same gcc as the build.

Since I can't see any reason why it fiddles with PATH at all this patch
therefore removes the PATH setting.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 775a7229
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
# /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may # /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may
# differ on your system. # differ on your system.
# #
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:$PATH
echo 'If some fields are empty or look unusual you may have an old version.' echo 'If some fields are empty or look unusual you may have an old version.'
echo 'Compare to the current minimal requirements in Documentation/Changes.' echo 'Compare to the current minimal requirements in Documentation/Changes.'
echo ' ' echo ' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment