Use perl from PATH, not from absolute shebang (#2304)

Esse commit está contido em:
Harmen Stoppels
2021-08-19 06:56:03 +02:00
commit de GitHub
commit 526d0bf97b
6 arquivos alterados com 12 adições e 6 exclusões
+2 -1
Ver Arquivo
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
# Copyright (c) 2016 - 2021 Advanced Micro Devices, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -20,6 +20,7 @@
# THE SOFTWARE.
use 5.006; use v5.10.1;
use warnings;
use File::Basename;
use File::Spec;