-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
bugSomething isn't workingSomething isn't workingeasyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectgood first issueGood for newcomersGood for newcomers
Description
fpm git~master started displaying GNU' ar Copyright notice on build, run and install subcommands.
Example output:
C:\Temp>fpm new test222
+ mkdir test222
+ cd test222
+ mkdir test222\src
+ mkdir test222\app
+ mkdir test222\test
+ git init test222
Initialized empty Git repository in C:/Temp/test222/.git/
C:\Temp>cd test222
C:\Temp\test222>fpm build
+ mkdir build\dependencies
GNU ar (GNU Binutils) 2.35.2
Copyright (C) 2020 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
+ mkdir build\gfortran_2A42023B310FA28D\test222 …
C:\Temp\test222>fpm run
GNU ar (GNU Binutils) 2.35.2
Copyright (C) 2020 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
Hello, test222!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeasyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectgood first issueGood for newcomersGood for newcomers