Skip to content

Commit bcde251

Browse files
committed
line 144?
1 parent 81f791e commit bcde251

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fpm_environment.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ function get_command_arguments_quoted() result(args)
215215
write(stderr,'(*(g0,1x))')'<ERROR>*get_command_arguments_stack* error obtaining argument ',i
216216
exit
217217
elseif(ilength.gt.0)then
218-
!TODO! should escape or double quotes depending on system
219-
!TODO! on some systems might have to do more to requote
220218
if(index(arg//' ','-').ne.1)then
221219
args=args//quote//arg//quote//' '
222220
elseif(index(arg,' ').ne.0)then

0 commit comments

Comments
 (0)