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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/local/bin/perl
# Show a config file for manual editing
require './spam-lib.pl';
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/local/bin/perl
# Show a config file for manual editing
require './spam-lib.pl';