summaryrefslogtreecommitdiff
path: root/ACE/bin/PerlACE/ProcessWinCE_Unix.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-06-03 07:51:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-06-03 07:51:58 +0000
commit2f89f5cf31b96528222b0587822c0e48e816bb08 (patch)
treeccd20caf1fa53e69611bc063359d16938d835b41 /ACE/bin/PerlACE/ProcessWinCE_Unix.pm
parentfdbf4b17e85376cae73399c9106a8d73fe35e371 (diff)
downloadATCD-2f89f5cf31b96528222b0587822c0e48e816bb08.tar.gz
Wed Jun 3 07:52:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/PerlACE/ProcessWinCE.pm: * bin/PerlACE/ProcessWinCE_Unix.pm: If we can't find the vxtest file, log it as error but just continue
Diffstat (limited to 'ACE/bin/PerlACE/ProcessWinCE_Unix.pm')
-rw-r--r--ACE/bin/PerlACE/ProcessWinCE_Unix.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/bin/PerlACE/ProcessWinCE_Unix.pm b/ACE/bin/PerlACE/ProcessWinCE_Unix.pm
index 6c8b2773695..fd73c2ef6be 100644
--- a/ACE/bin/PerlACE/ProcessWinCE_Unix.pm
+++ b/ACE/bin/PerlACE/ProcessWinCE_Unix.pm
@@ -164,8 +164,7 @@ sub Spawn ()
push @cmds, @load_commands;
$cmdnr += scalar @load_commands;
} else {
- print STDERR "ERROR: Cannot find <", $vxtest_file, ">\n";
- return -1;
+ print STDERR "ERROR: Cannot find <", $vxtest_file, ">\n";
}
if (defined $self->{ARGUMENTS}) {