fix shebang

This commit is contained in:
Kay Marquardt (Gnadelwartz)
2018-03-03 18:38:28 +01:00
parent ef40e3a9b7
commit e92a5dbead
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/local/bin/perl
# Show a config file for manual editing
require './spam-lib.pl';

View File

@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/local/bin/perl
# Show a config file for manual editing
require './spam-lib.pl';