Skip to content

Commit

Permalink
Item12980: Fix shebang in git hooks.
Browse files Browse the repository at this point in the history
MichaelDaum points out /usr/bin/env perl   is kinder to perlbrew & plenv
environments.

git-svn-id: http://svn.foswiki.org/branches/Release01x01@17862 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Aug 3, 2014
1 parent 0a37da8 commit 332ba27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tools/develop/githooks/commit-msg
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# See bottom of file for license and copyright information

use strict;
Expand Down
2 changes: 1 addition & 1 deletion core/tools/develop/githooks/pre-commit
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# See bottom of file for license and copyright information

use strict;
Expand Down

0 comments on commit 332ba27

Please sign in to comment.