From 3ca21767cb2446e8139e4d99371b0d936e6117e4 Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Sun, 5 May 2024 13:42:31 +0530 Subject: [PATCH] test --- src/fpm/git.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpm/git.f90 b/src/fpm/git.f90 index a4f0f06a4a..d6b6ced291 100644 --- a/src/fpm/git.f90 +++ b/src/fpm/git.f90 @@ -446,7 +446,7 @@ subroutine git_archive(source, destination, ref, additional_files, verbose, erro & -o '//destination, & & echo=verbose, & & exitstat=stat) - + if (stat /= 0) then call fatal_error(error, "Error packing '"//source//"'."); return end if