Archived
1
0
Fork 0

Try to die

This commit is contained in:
Mercier Pierre-Olivier 2013-11-03 01:25:49 +01:00
parent b38a5514e5
commit 7584473a76

View file

@ -24,7 +24,7 @@ sub process
my $tempdir = tempdir(); my $tempdir = tempdir();
qx/git clone -b '$rendu' '$path' '$tempdir'/; qx/git clone -b '$rendu' '$path' '$tempdir'/ or croak "$path is not a valid repository.";
croak "$path is not a valid repository." if (! $?); croak "$path is not a valid repository." if (! $?);