[Bps-public-commit] RTx-WorkflowBuilder branch, master, updated. 1a1f2a4daf8d2172cf9990f2240e78d55dfca6b9
Kevin Falcone
falcone at bestpractical.com
Fri Dec 10 16:22:00 EST 2010
The branch, master has been updated
via 1a1f2a4daf8d2172cf9990f2240e78d55dfca6b9 (commit)
via 7f26ee5926b04eb23bd5419f4423e90380b0fb72 (commit)
from 01ac2b7f0976c504f010f2b38c91f25fd84194eb (commit)
Summary of changes:
.gitignore | 3 +++
bin/rt-workflow | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
create mode 100644 .gitignore
mode change 100644 => 100755 bin/rt-workflow
- Log -----------------------------------------------------------------
commit 7f26ee5926b04eb23bd5419f4423e90380b0fb72
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Jan 28 15:45:50 2010 -0500
make this executable, and use a #! that works on osx
diff --git a/bin/rt-workflow b/bin/rt-workflow
old mode 100644
new mode 100755
index 974e81f..d79b651
--- a/bin/rt-workflow
+++ b/bin/rt-workflow
@@ -1,4 +1,4 @@
-#!perl -w
+#!/usr/bin/env perl
use strict;
use warnings;
use Getopt::Long;
commit 1a1f2a4daf8d2172cf9990f2240e78d55dfca6b9
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Jan 28 15:54:20 2010 -0500
useful ignores
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d772925
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*~
+*.swp
+*.swo
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list