Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/ubic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic;

use strict;
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-admin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic_admin;

use strict;
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-daemon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic_daemon;

# ABSTRACT: daemonize any binary
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-periodic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic_periodic;

# ABSTRACT: run given command every N seconds
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-update
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic_update;

use strict;
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-watchdog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/perl
package ubic_watchdog;

use strict;
Expand Down