From: Phillip Wood <phillip.w...@dunelm.org.uk>

This is what the other routines in Git.pm do if there's an error.

Signed-off-by: Phillip Wood <phillip.w...@dunelm.org.uk>
---
 perl/Git.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl/Git.pm b/perl/Git.pm
index 
889bf88cfcd34136e24e166fb3b72cced6debf9d..51cb3446088dd12e8fd93d47b95e29fab22a8466
 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -1493,8 +1493,8 @@ when not using -z
                                        $_ = $2;
                                        last;
                                }
-                               # This is malformed -- just return it as-is for 
now.
-                               return $_[0];
+                               # This is malformed
+                               throw Error::Simple("Invalid quoted path 
$_[0]");
                        }
                        $_ = $remainder;
                }
-- 
2.13.0

Reply via email to