[Bps-public-commit] r15656 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri Aug 29 18:47:59 EDT 2008
Author: sartak
Date: Fri Aug 29 18:47:59 2008
New Revision: 15656
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI/Command.pm
Log:
r70716 at onn: sartak | 2008-08-29 18:47:53 -0400
syntax fix
Modified: Prophet/trunk/lib/Prophet/CLI/Command.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/Command.pm Fri Aug 29 18:47:59 2008
@@ -63,7 +63,7 @@
my $text = shift;
# don't invoke the editor in a script, the test will appear to hang
- die "Tried to invoke an editor in a test script!";
+ die "Tried to invoke an editor in a test script!"
if $ENV{IN_PROPHET_TEST_COMMAND};
require Proc::InvokeEditor;
More information about the Bps-public-commit
mailing list