Skip to content

Commit 55a7efe

Browse files
urbanjostawvwgk
andauthored
Update src/fpm_environment.f90
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 8b3b3f0 commit 55a7efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_environment.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ subroutine run(cmd,echo,exitstat)
158158
else
159159
if (stat /= 0) then
160160
print *, 'Command failed'
161-
stop
161+
stop 1
162162
end if
163163
end if
164164

0 commit comments

Comments
 (0)