Commits
Ryan Schmidt authored 8045a3a4dbe
1 1 | Don't truncate config.log when configuration is successful. |
2 - | --- config/functions.orig 2019-01-08 19:10:46.000000000 -0600 |
3 - | +++ config/functions 2019-01-08 19:12:28.000000000 -0600 |
4 - | |
2 + | --- config/functions.orig 2019-10-07 10:55:57.000000000 -0500 |
3 + | +++ config/functions 2019-10-07 10:55:57.000000000 -0500 |
4 + | |
5 5 | # |
6 6 | save () { |
7 7 | # initilize the config files |
8 8 | - echo -n "" > config.log |
9 9 | echo -n "" > config.make |
10 10 | echo -n "" > config.h |
11 11 |