Use perl from PATH, not from absolute shebang (#2304)
Esse commit está contido em:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário