aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_environment.f90
diff options
context:
space:
mode:
Diffstat (limited to 'src/fpm_environment.f90')
-rw-r--r--src/fpm_environment.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_environment.f90 b/src/fpm_environment.f90
index cf76250..8f6a284 100644
--- a/src/fpm_environment.f90
+++ b/src/fpm_environment.f90
@@ -158,7 +158,7 @@ contains
else
if (stat /= 0) then
print *, 'Command failed'
- error stop
+ stop
end if
end if