[Bps-public-commit] smokingit branch, master, updated. 81f9e73d75d8afa6740dbaff9066c16c34e57484
Alex Vandiver
alexmv at bestpractical.com
Mon Nov 5 00:40:21 EST 2012
The branch, master has been updated
via 81f9e73d75d8afa6740dbaff9066c16c34e57484 (commit)
from 15caa61b1d4413396c558a3c2d36ac21b97f9709 (commit)
Summary of changes:
bin/update-user | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 81f9e73d75d8afa6740dbaff9066c16c34e57484
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Nov 5 00:40:01 2012 -0500
Fix shebang line
diff --git a/bin/update-user b/bin/update-user
index ae53d68..9784dd5 100755
--- a/bin/update-user
+++ b/bin/update-user
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list