mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
The -w option doesn't work so well with /usr/bin/env
This commit is contained in:
parent
3e3aaf1494
commit
97d7faee32
@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Update the DAViCal database by repeatedly applying patches to it
|
||||
# in the correct order.
|
||||
#
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use DBI;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user