Skip to content

Commit

Permalink
/usr/bin/env in sha-bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Matjukhin committed Apr 15, 2011
1 parent e3f5fbb commit bf50d34
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/ubic
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package ubic;

use strict;
Expand Down
Empty file modified bin/ubic-admin 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion bin/ubic-daemon
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package ubic_daemon;

# ABSTRACT: daemonize any binary
Expand Down
2 changes: 1 addition & 1 deletion bin/ubic-update
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package ubic_update;

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

use strict;
Expand Down

0 comments on commit bf50d34

Please sign in to comment.