diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-07 15:09:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-07 15:09:09 -0700 |
| commit | 16ffc4c39415e62c1d027d1bc59ee28e267d59f2 (patch) | |
| tree | 6b341d1856c8b39b1de8af230f73d138db647848 /scripts/bootgraph.pl | |
| parent | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... (diff) | |
| parent | kbuild: create deterministic initramfs directory listings (diff) | |
| download | linux-16ffc4c39415e62c1d027d1bc59ee28e267d59f2.tar.gz linux-16ffc4c39415e62c1d027d1bc59ee28e267d59f2.zip | |
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull misc Kbuild updates from Masahiro Yamada:
- Use more portable shebang for Perl scripts
- Remove trailing spaces from GCC version in kernel log
- Make initramfs generation deterministic
* tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: create deterministic initramfs directory listings
scripts/mkcompile_h: Remove trailing spaces from compiler version
scripts: Switch to more portable Perl shebang
Diffstat (limited to 'scripts/bootgraph.pl')
| -rwxr-xr-x | scripts/bootgraph.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootgraph.pl b/scripts/bootgraph.pl index 9ca667bcaee9..594c55541b16 100755 --- a/scripts/bootgraph.pl +++ b/scripts/bootgraph.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright 2008, Intel Corporation # |
