Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shebang "#!perl -w" #109

Open
sandy-lcq opened this issue Aug 23, 2023 · 0 comments
Open

shebang "#!perl -w" #109

sandy-lcq opened this issue Aug 23, 2023 · 0 comments

Comments

@sandy-lcq
Copy link

Hi,

Like file dbixs_rev.pl and some other files in this repo, it has shebang "#!perl -w", but seems this shebang cannot work on every system.
I run on linux system:
run "perl ./dbixs_rev.pl": works well.
run "./dbixs_rev.pl": report error: "-sh: ./dbixs_rev.pl: cannot execute: required file not found."

But if I change the shebang to "#!/usr/bin/perl -w", run "./dbixs_rev.pl" works well.

Should we update the shebang of these files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant