Skip to content

Commit 1be09c9

Browse files
committed
do not join command spaces
1 parent bffe22c commit 1be09c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compile_commands.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ subroutine cct_register(self, command, error)
186186
end if
187187

188188
! Tokenize the input command into args(:)
189-
args = shlex_split(command, join_spaced=.true., keep_quotes=.true., success=sh_success)
189+
args = shlex_split(command, join_spaced=.false., keep_quotes=.true., success=sh_success)
190190
n = size(args)
191191

192192
if (n==0 .or. .not.sh_success) then

0 commit comments

Comments
 (0)