[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 93ae0fc068f81eaf26f2a224357578f41c637182
sartak at bestpractical.com
sartak at bestpractical.com
Thu Feb 5 13:53:39 EST 2009
The branch, master has been updated
via 93ae0fc068f81eaf26f2a224357578f41c637182 (commit)
from 89eb9f94545cd492cf596b0ec156d74f3144385d (commit)
Summary of changes:
lib/App/SD/Test.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 93ae0fc068f81eaf26f2a224357578f41c637182
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Feb 5 13:53:32 2009 -0500
Move the $^X to the right place!
diff --git a/lib/App/SD/Test.pm b/lib/App/SD/Test.pm
index 7b3ad42..ef44c6a 100644
--- a/lib/App/SD/Test.pm
+++ b/lib/App/SD/Test.pm
@@ -237,8 +237,8 @@ sub set_editor {
my ($self, $script) = @_;
delete $ENV{'VISUAL'}; # Proc::InvokeEditor checks this first
- $ENV{'EDITOR'} = File::Spec->catfile(getcwd(), 't', 'scripts', $script);
- diag "export EDITOR=$^X " . $ENV{'EDITOR'} . "\n";
+ $ENV{'EDITOR'} = "$^X " . File::Spec->catfile(getcwd(), 't', 'scripts', $script);
+ diag "export EDITOR=" . $ENV{'EDITOR'} . "\n";
}
=head2 write_to_file FILENAME DATA
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list