[Bps-public-commit] keynote-to-text branch, master, updated. edc7b79682c9130b8e2eb58903184051a0832b2c
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 16 13:13:28 EDT 2012
The branch, master has been updated
via edc7b79682c9130b8e2eb58903184051a0832b2c (commit)
via d9c4f0315f855fbf70333be2a58ea92a03349d5b (commit)
from 63f7e30ce0ec75cc99371d811de3360e49547e85 (commit)
Summary of changes:
keynote-to-text | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
mode change 100644 => 100755 keynote-to-text
- Log -----------------------------------------------------------------
commit d9c4f0315f855fbf70333be2a58ea92a03349d5b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 16 10:12:45 2012 -0700
Chmod it +x
diff --git a/keynote-to-text b/keynote-to-text
old mode 100644
new mode 100755
commit edc7b79682c9130b8e2eb58903184051a0832b2c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Jul 16 10:13:14 2012 -0700
Set the shebang line to /usr/bin/env perl for portability
diff --git a/keynote-to-text b/keynote-to-text
index ece3cfe..58525d3 100755
--- a/keynote-to-text
+++ b/keynote-to-text
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list