diff options
-rw-r--r-- | src/fpm_environment.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fpm_environment.f90 b/src/fpm_environment.f90 index 616af13..a3c073f 100644 --- a/src/fpm_environment.f90 +++ b/src/fpm_environment.f90 @@ -215,8 +215,6 @@ contains write(stderr,'(*(g0,1x))')'<ERROR>*get_command_arguments_stack* error obtaining argument ',i exit elseif(ilength.gt.0)then - !TODO! should escape or double quotes depending on system - !TODO! on some systems might have to do more to requote if(index(arg//' ','-').ne.1)then args=args//quote//arg//quote//' ' elseif(index(arg,' ').ne.0)then |