File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ subroutine cmd_new(settings)
146
146
&' # to aid others when searching for the project in a repository and to ' ,&
147
147
&' # identify how and when to contact the package supporters. ' ,&
148
148
&' ' ,&
149
- &' name = "' // settings % name // ' "' ,&
149
+ &' name = "' // bname // ' "' ,&
150
150
&' # The project name (required) is how the project will be referred to. ' ,&
151
151
&' # The name is used by other packages using it as a dependency. It also ' ,&
152
152
&' # is used as the default name of any library built and the optional ' ,&
@@ -435,7 +435,7 @@ subroutine cmd_new(settings)
435
435
&' # include the module in your program source file or directory as well. ' ,&
436
436
&' ' ,&
437
437
&' [[executable]] ' ,&
438
- &' name="' // settings % name // ' "' ,&
438
+ &' name="' // bname // ' "' ,&
439
439
&' source-dir="app" ' ,&
440
440
&' main="main.f90" ' ,&
441
441
&' ' ,&
You can’t perform that action at this time.
0 commit comments