We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14db071 commit 9d16e5dCopy full SHA for 9d16e5d
fpm/src/fpm/cmd/new.f90
@@ -102,7 +102,7 @@ subroutine cmd_new(settings) ! --with-executable F --with-test F '
102
103
call warnwrite(join_path(settings%name, 'fpm.toml'), message) ! now that built it write NAME/fpm.toml
104
105
- call run('cd ' // settings%name // ';git init') ! assumes these commands work on all systems and git(1) is installed
+ call run('cd ' // settings%name // '&&git init') ! assumes these commands work on all systems and git(1) is installed
106
contains
107
108
subroutine warnwrite(fname,data)
0 commit comments