Use /usr/bin/env to make it more likely that perl gets found.

This commit is contained in:
2011-02-13 15:58:57 +00:00
parent 34fb4bc042
commit 41b8e0b7f6

View File

@@ -1,4 +1,4 @@
#!/usr/pkg/bin/perl #!/usr/bin/env perl
open FILE, "input.bin" or die $!; open FILE, "input.bin" or die $!;