]> granicus.if.org Git - curl/commit
scripts: allow all perl scripts to be run directly
authorJay Satiro <raysatiro@yahoo.com>
Sun, 7 Jan 2018 06:34:46 +0000 (01:34 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 7 Jan 2018 20:42:11 +0000 (15:42 -0500)
commitd4e40f0690befff7e4668f69850674f29a0c453b
treecff8b69589f91a6da3be4e5576158bd77e3bf935
parente4f86025d6ba3f0029a592d9326dc7d1350e5bea
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
15 files changed:
docs/cmdline-opts/gen.pl
docs/examples/adddocsref.pl
docs/libcurl/mksymbolsmanpage.pl [changed mode: 0644->0755]
docs/libcurl/symbols.pl
lib/checksrc.pl
lib/mk-ca-bundle.pl
scripts/log2changes.pl
scripts/updatemanpages.pl
scripts/zsh.pl
tests/libtest/mk-lib1521.pl [changed mode: 0644->0755]
tests/manpage-scan.pl [changed mode: 0644->0755]
tests/mem-include-scan.pl [changed mode: 0644->0755]
tests/nroff-scan.pl [changed mode: 0644->0755]
tests/server/base64.pl [changed mode: 0644->0755]
tests/symbol-scan.pl [changed mode: 0644->0755]