Make perl scripts independ of path

This commit is contained in:
Neo_Chen
2018-08-20 21:03:24 +08:00
parent 98fd5a343b
commit ab7641df72
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Load a code coverage report from SimH and a kernel assembly listing
# from as7, and show which lines in the kernel were not executed.