[Bps-public-commit] SD branch, master, updated. ba9e1e4f6f52257db25fed719c90d9a1a98bdb52
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Aug 16 23:56:17 EDT 2009
The branch, master has been updated
via ba9e1e4f6f52257db25fed719c90d9a1a98bdb52 (commit)
from cc3971743306c56009874ccd751bf0a3f5bdcb7d (commit)
Summary of changes:
t/scripts/ticket-comment-update-editor.pl | 2 +-
t/scripts/ticket-create-editor.pl | 2 +-
t/scripts/ticket-update-editor.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit ba9e1e4f6f52257db25fed719c90d9a1a98bdb52
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 17 11:56:10 2009 +0800
windows denies inplace edit without backup
diff --git a/t/scripts/ticket-comment-update-editor.pl b/t/scripts/ticket-comment-update-editor.pl
index 041c89d..ef108fa 100755
--- a/t/scripts/ticket-comment-update-editor.pl
+++ b/t/scripts/ticket-comment-update-editor.pl
@@ -1,4 +1,4 @@
-#!perl -i
+#!perl -i.bak
use strict;
use warnings;
diff --git a/t/scripts/ticket-create-editor.pl b/t/scripts/ticket-create-editor.pl
index c896eac..924fc81 100755
--- a/t/scripts/ticket-create-editor.pl
+++ b/t/scripts/ticket-create-editor.pl
@@ -1,4 +1,4 @@
-#!perl -i
+#!perl -i.bak
use strict;
use warnings;
use Prophet::Test::Editor;
diff --git a/t/scripts/ticket-update-editor.pl b/t/scripts/ticket-update-editor.pl
index c1f6872..e53c3ee 100755
--- a/t/scripts/ticket-update-editor.pl
+++ b/t/scripts/ticket-update-editor.pl
@@ -1,4 +1,4 @@
-#!perl -i
+#!perl -i.bak
use strict;
use warnings;
use Prophet::Test::Editor;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list