[Bps-public-commit] smokingit-worker branch, master, updated. 9b231ffc564324f39d83b429dc4e96131a1bb3f8
Alex Vandiver
alexmv at bestpractical.com
Wed Mar 14 14:26:02 EDT 2012
The branch, master has been updated
via 9b231ffc564324f39d83b429dc4e96131a1bb3f8 (commit)
from c5743bb4874d3af667fb3c887495cb5ec89b7d2c (commit)
Summary of changes:
bin/smokingit-worker | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9b231ffc564324f39d83b429dc4e96131a1bb3f8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Mar 14 14:25:58 2012 -0400
Use #!/usr/bin/env perl to let the user choose the perl
diff --git a/bin/smokingit-worker b/bin/smokingit-worker
index f969761..fe13beb 100755
--- a/bin/smokingit-worker
+++ b/bin/smokingit-worker
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list