Remove the -w flag for BackupPC scripts

This commit is contained in:
Daniel Berteaud 2013-04-15 15:50:12 +02:00
parent 6bce770a07
commit 96d0cefd38
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
use lib "/usr/share/BackupPC/lib";
use BackupPC::Lib;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/perl
use lib "/usr/share/BackupPC/lib";
use BackupPC::Lib;