Commit d4e40f06 authored by Jay Satiro's avatar Jay Satiro
Browse files

scripts: allow all perl scripts to be run directly

- Enable execute permission (chmod +x)

- Change interpreter to /usr/bin/env perl

Closes https://github.com/curl/curl/pull/2222
parent e4f86025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/perl
#!/usr/bin/env perl

=begin comment

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/perl
#!/usr/bin/env perl

# pass files as argument(s)

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/perl
#!/usr/bin/env perl
# ***************************************************************************
# *                                  _   _ ____  _
# *  Project                     ___| | | |  _ \| |
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
#                                  _   _ ____  _
#  Project                     ___| | | |  _ \| |
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/perl
#!/usr/bin/env perl
#***************************************************************************
#                                  _   _ ____  _
#  Project                     ___| | | |  _ \| |
Loading