Skip to content

Conversation

@7heo
Copy link
Contributor

@7heo 7heo commented Mar 24, 2017

/bin/bash isn't POSIX, /bin/sh is. Since there is no need for bash
strictly speaking, using a POSIX sh shell in the shebang is much more
portable.

In addition, the export keywords were useless since it is possible to
set the variables much in the same way for that binary only (with the
additional benefit of not leaking variables in any shell).

@coveralls
Copy link

Coverage Status

Coverage remained the same at 31.465% when pulling 883bad9 on 7heo:master into 180c3dd on ccnmtl:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 31.465% when pulling 01c0c59 on 7heo:master into 180c3dd on ccnmtl:master.

7heo added 4 commits March 24, 2017 06:18
Hound shouldn't be ran from the makefile, but rather it has to be
ensured that hound exists before being ran, in the shell script.

That way it is more logical, and people only have to type `./run.sh`
Also, when creating a file with a rule, it is a good practice to make
the rule named after that file, so make can ensure it is up to date.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 31.465% when pulling 1e6a922 on 7heo:master into 180c3dd on ccnmtl:master.

@thraxil thraxil merged commit 3988701 into ccnmtl:master Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants