Commit 05d9b6e6 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fix wrong-path-for-interpreter in innotop script

The interpreter used is installed at another location on Debian systems.
In general, env should not be used in shebangs but the real name instead.
parent 492391dc
#!/usr/bin/env perl #!/usr/bin/perl
# vim: tw=160:nowrap:expandtab:tabstop=3:shiftwidth=3:softtabstop=3 # vim: tw=160:nowrap:expandtab:tabstop=3:shiftwidth=3:softtabstop=3
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment